28 lines
643 B
JSON
28 lines
643 B
JSON
|
{
|
||
|
"name": "__MSG_name__",
|
||
|
"version": "1.1",
|
||
|
"description": "__MSG_description__",
|
||
|
"browser_action": {
|
||
|
"default_title": "__MSG_default_title__",
|
||
|
"default_icon": "images/icon.png",
|
||
|
"default_popup": "popup.html"
|
||
|
},
|
||
|
"background": {
|
||
|
"page": "background.html"
|
||
|
},
|
||
|
"icons": {
|
||
|
"128": "images/icon128.png",
|
||
|
"16": "images/icon16.png",
|
||
|
"32": "images/icon32.png",
|
||
|
"48": "images/icon48.png"
|
||
|
},
|
||
|
"options_page": "options.html",
|
||
|
"permissions": [
|
||
|
"tabs",
|
||
|
"notifications",
|
||
|
"http://*/*",
|
||
|
"background"
|
||
|
],
|
||
|
"default_locale": "en"
|
||
|
}
|