You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
900 B

{
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0",
"manifest_version": 2,
"default_locale": "en_US",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
}
},
"icons": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"permissions": [
"activeTab",
"bookmarks",
"declarativeContent",
"storage"
]
}