Inspect and view changes in GIKRadio 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": "GIKRadio",
"short_name": "GIKRadio",
"version": "4.1.3resigned1",
"manifest_version": 2,
"author": "gik-team",
"description": "The extension allows you to listen GIKRadio directly in the browser. Walk on the Internet and listen good music!",
"homepage_url": "https://addons.mozilla.org/en-US/firefox/addon/gikradio/",
"gecko": {
"id": "gikradio@gik-team",
"strict_min_version": "42.0",
"update_url": "https://addons.mozilla.org/en-US/firefox/addon/gikradio/"
},
"icons": {
"16": "img/16.png",
"19": "img/19.png",
"32": "img/32.png",
"38": "img/38.png",
"48": "img/48.png",
"64": "img/64.png",
"128": "img/128.png"
},
"browser_action": {
"default_icon": "img/48.png",
"default_title": "GIKRadio",
"default_popup": "popup/popup.html"
},
"background": {
"page": "background/background.html"
},
"permissions": [
"http://*.gikradio.com/*",
"https://*.gikradio.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "gikteam@gmail.com"
}
}
}