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",
"background": {
"persistent": false,
"scripts": [
"js\/bg\/tuna.js",
"js\/bg\/jungle.js",
"js\/common.js",
"js\/bg\/background.js",
"js\/update-conf.js",
"js\/update.js"
]
},
"browser_action": {
"default_icon": "style\/off.png",
"default_popup": "popup.html",
"default_title": "__MSG_mainTitle__"
},
"container": [
"GOOGLE_DRIVE"
],
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "style\/headphones-16.png",
"32": "style\/headphones-32.png",
"64": "style\/headphones-64.png",
"128": "style\/on.png",
"256": "style\/headphones-256.png"
},
"manifest_version": 2,
"name": "__MSG_name__",
"permissions": [
"tabCapture",
"tabs",
"storage"
],
"version": "1.0.1"
}