Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_application_title__",
"version": "1.2",
"description": "__MSG_application_description__",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png",
"256": "images\/256.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
}
},
"background": {
"persistent": false,
"scripts": [
"\/js\/common.js",
"\/js\/background.js",
"js\/update.js",
"js\/update-conf.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
}