Skip to content

Commit 9adc318

Browse files
authored
Merge pull request #8 from arigato-java/manifest-v3
Migrate manifest to V3
2 parents 0e83981 + d7a511e commit 9adc318

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

manifest.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33

44
"name": "ジャバ人間ブラウザ",
55
"short_name" : "ジャバ人間ブラウザ",
66
"description": "あなたのブラウザにジャバが来ます。",
77
"version": "10.1",
88

9-
"browser_action": {
9+
"action": {
1010
"default_icon": {
1111
"16": "icon16.png",
1212
"24": "icon24.png",
13-
"32": "icon32.png"
13+
"32": "icon32.png",
14+
"128": "icon128.png"
1415
},
1516
"default_popup": "popup.html",
1617
"default_title": "ジャバ人間ブラウザ"
1718
},
1819

1920
"icons": {
2021
"16": "icon16.png",
22+
"32": "icon32.png",
2123
"48": "icon48.png",
2224
"128": "icon128.png"
2325
},
@@ -26,7 +28,7 @@
2628
"newtab": "newtab.html"
2729
},
2830

29-
"permissions": [
31+
"host_permissions": [
3032
"https://arigato-java.download/"
3133
]
3234
}

resouces/description.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
すでにアナリティクスは使用しておりません
99

10+
☑ マニフェストV3に対応
11+
12+
新しいクロム拡張の仕様ready完了
13+
1014

1115
☕☕☕ 更新情報(v10) 2017/3/19 ☕☕☕
1216

0 commit comments

Comments
 (0)