Cuenta Tu Noticia

Cuenta Tu Noticia

Programas Y Series Peruanos TV

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "ETG",
  "name": "Cuenta Tu Noticia",
  "short_name": "WCCJSEXT",
  "description": "Programas Y Series Peruanos TV ",
  "version": "1.1.0",
  "browser_action": {
    "default_icon": "css/images/icon48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "css/images/icon48.png",
    "48": "css/images/icon48.png",
    "128": "css/images/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://app.cuentatunoticia.com/popup.html*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html",
    "script": "js/DecoderWorker.js"
  },
  "permissions": [
    "tabs",
    "http://app.cuentatunoticia.com/popup.html",
    "storage"
  ]
}