Radio of Magic

Radio of Magic

All the magic of Disneyland Paris in your ears

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "2.0.0",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://chrome.google.com/webstore/detail/kpenoafnkaceabajikjplljjaoongnnm",
  "default_locale": "en",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "background": {
    "page": "background.htm"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.htm"
  },
  "options_page": "options.htm",
  "permissions": [
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://widget.radioking.io; object-src 'self'"
}