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,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.3.14",
"version_name": "1.3.14 prod",
"minimum_chrome_version": "23",
"offline_enabled": true,
"kiosk_enabled": true,
"permissions": [
"fullscreen",
"alwaysOnTopWindows",
"storage"
],
"icons": {
"16": "assets\/16_icon.png",
"48": "assets\/48_icon.png",
"128": "assets\/128_icon.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}