Examine source code of MCRADIO

Inspect and view changes in MCRADIO 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.1",
  "name": "MCRADIO",
  "short_name": "MCRADIO",
  "author": "Robin DAUDEL",
  "description": "MCRADIO - La hit radio du massif central",
  "browser_action": {
    "default_icon": "img/mcradio128.png",
    "default_title": "MCRADIO",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/mcradio16.png",
    "48": "img/mcradio48.png",
    "64": "img/mcradio64.png",
    "128": "img/mcradio128.png"
  },
  "permissions": [
    "http://cdn.mcradio.fr/*"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}