Skip to content

Commit

Permalink
Merge pull request #8 from arigato-java/manifest-v3
Browse files Browse the repository at this point in the history
Migrate manifest to V3
  • Loading branch information
tomari authored May 5, 2021
2 parents 0e83981 + d7a511e commit 9adc318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"manifest_version": 2,
"manifest_version": 3,

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

"browser_action": {
"action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
"32": "icon32.png",
"128": "icon128.png"
},
"default_popup": "popup.html",
"default_title": "ジャバ人間ブラウザ"
},

"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
Expand All @@ -26,7 +28,7 @@
"newtab": "newtab.html"
},

"permissions": [
"host_permissions": [
"https://arigato-java.download/"
]
}
4 changes: 4 additions & 0 deletions resouces/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

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

☑ マニフェストV3に対応

新しいクロム拡張の仕様ready完了


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

Expand Down

0 comments on commit 9adc318

Please sign in to comment.