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_ext_name__",
"version": "1.2",
"manifest_version": 2,
"description": "__MSG_ext_desc__",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "images\/browseraction.png",
"default_title": "__MSG_browser_action__"
},
"web_accessible_resources": [
"\/images\/*.png",
"\/css\/pagestyles.css",
"\/css\/dialog.css",
"\/libs\/gapi.js",
"\/libs\/jquery.js",
"\/js\/dialog.js"
],
"offline_enabled": true,
"default_locale": "en",
"permissions": [
"activeTab"
]
}