Skip to content

Commit a1bef57

Browse files
committed
5.1
1 parent 3663151 commit a1bef57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

icons/icon_128.png

7.53 KB
Loading

manifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Pyer",
4-
"version": "5.0",
4+
"version": "5.1",
55
"description": "엔트리 만들기 페이지에 CSS 테마를 적용시킵니다.",
66
"permissions": [
77
"storage",
@@ -16,13 +16,14 @@
1616
"persistent": false
1717
},
1818
"browser_action": {
19-
"default_icon": "icons/icon_96.png",
19+
"default_icon": "icons/icon_.png",
2020
"default_title": "Pyer",
2121
"default_popup": "popup/popup.html"
2222
},
2323
"icons": {
2424
"48": "icons/icon_48.png",
2525
"96": "icons/icon_96.png",
26+
"128": "icons/icon_128.png",
2627
"1024": "icons/icon_1024.png"
2728
},
2829
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"

0 commit comments

Comments
 (0)