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_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 2,
"minimum_chrome_version": "28",
"version": "0.0.4.2",
"offline_enabled": true,
"options_page": "options.html",
"browser_action": {
"default_icon": "image\/icon_19.png",
"default_popup": "popup.html",
"default_title": "ActivCast Sender"
},
"background": {
"scripts": [
"js\/bg.js"
]
},
"icons": {
"16": "image\/icon_16.png",
"128": "image\/icon_128.png"
},
"permissions": [
"tabs",
"storage",
"power",
"nativeMessaging",
"desktopCapture",
"tabCapture",
"activeTab"
]
}