Koradi Radio

Koradi Radio

Equipo Koradi · Juventudes Gnósticas · www.Koradi.com.ar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Koradi Radio",
  "version": "1.0",
  "description": "Equipo Koradi · Juventudes Gnósticas · www.Koradi.com.ar ",
  "manifest_version": 2,
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "http://64.15.155.49:8500/*"
  ],
  "web_accessible_resources": [
    "img/*"
  ]
}