This commit is contained in:
xhome
2022-08-18 22:11:57 +08:00
commit 89e5fc77af
6 changed files with 10943 additions and 0 deletions

20
manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"manifest_version":2,
"name": "x-develop",
"version":"1.0",
"description":"谢银路的开发插件",
"icons":{
"128":"img/logo.png",
"48":"img/logo.png",
"16":"img/logo.png"
},
"browser_action":{
"default_icon":"img/logo.png",
"default_popup":"popup.html"
},
"permissions": [
"storage",
"tabs"
]
}