mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2024-12-22 19:33:43 +08:00
upgrade to manifest_version 3
This commit is contained in:
parent
84268b7525
commit
e92d7f02d8
@ -1,20 +1,19 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 3,
|
||||||
"name": "星际公民盒子浏览器拓展",
|
"name": "星际公民盒子浏览器拓展",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "为星际公民网站及工具站提供汉化",
|
"description": "为星际公民网站及工具站提供汉化",
|
||||||
"author": "xkeyC",
|
"author": "xkeyC",
|
||||||
"default_locale": "zh-CN",
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icon.png",
|
|
||||||
"128": "icon.png"
|
"128": "icon.png"
|
||||||
},
|
},
|
||||||
|
"host_permissions": [
|
||||||
|
"*://ch.citizenwiki.cn/"
|
||||||
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"https://ch.citizenwiki.cn/*",
|
|
||||||
"storage"
|
"storage"
|
||||||
],
|
],
|
||||||
"browser_action": {
|
"action": {
|
||||||
"default_icon": "icon.png",
|
|
||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
|
Loading…
Reference in New Issue
Block a user