20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"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"
|
|
]
|
|
|
|
} |