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",
"manifest_version": 2,
"version": "1.1",
"name": "__MSG_application_title__",
"default_locale": "en",
"description": "__MSG_application_description__",
"icons": {
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"browser_action": {
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"background": {
"scripts": [
"\/js\/update-conf.js",
"\/js\/update.min.js",
"\/js\/background.js"
],
"persistent": false
}
}