Examine source code of ONSE RADIO

Inspect and view changes in ONSE RADIO 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
{
  "manifest_version": 2,
  "name": "ONSE RADIO",
  "description": "ONSE RADIO EXTENSION te permet d'ecoute ta radio préféré à tout moment",
  "version": "0.2",
  "browser_action": {
    "default_popup": "onsetexte.html"
  },
  "icons": {
    "64": "img/logoOnse_64.png",
    "128": "img/logoOnse_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}