File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 },
2628 "newtab" : " newtab.html"
2729 },
2830
29- "permissions " : [
31+ "host_permissions " : [
3032 " https://arigato-java.download/"
3133 ]
3234}
Original file line number Diff line number Diff line change 77
88 すでにアナリティクスは使用しておりません
99
10+ ☑ マニフェストV3に対応
11+
12+ 新しいクロム拡張の仕様ready完了
13+
1014
1115☕☕☕ 更新情報(v10) 2017/3/19 ☕☕☕
1216
You can’t perform that action at this time.
0 commit comments