Popular Russian online radio stations player.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"applications": {
"gecko": {
"id": "{d69204d4-610c-4144-9d26-8cf8b2ad6e13}"
}
},
"background": {
"scripts": [
"js/background.js"
]
},
"browser_action": {
"default_icon": "icons/icon128.png",
"default_popup": "html/popup.html",
"default_title": "__MSG_appButtonDesc__"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"storage"
],
"version": "1.1.0.29resigned1"
}