Inspect and view changes in Deep House Online Radio 24/7 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"author": "M.Deep Radio",
"version": "2.4",
"manifest_version": 2,
"default_locale": "ru",
"applications": {
"gecko": {
"id": "deephouse@radio"
}
},
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Deep House Online Radio",
"default_icon": "images/32.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"128": "images/128.png"
}
}