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_toolbar_name__",
"version": "1.0.0.8",
"manifest_version": 2,
"description": "__MSG_toolbar_description__",
"default_locale": "en",
"icons": {
"16": "img\/logo_icon16.png",
"48": "img\/logo_icon48.png",
"128": "img\/logo_icon128.png"
},
"browser_action": {
"default_icon": "img\/logo_icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"webNavigation",
"webRequest",
"webRequestBlocking"
],
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"3rd_party\/jQuery-1.7.1.js",
"3rd_party\/jquery.json-2.3.js",
"js\/start.js"
],
"css": [],
"all_frames": true
}
]
}