TvEnLatino

TvEnLatino

Reproductor de TvEnLatino

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TvEnLatino",
  "version": "0.1.4",
  "description": "Reproductor de TvEnLatino",
  "author": "TvEnLatino",
  "omnibox": {
    "keyword": "aaron"
  },
  "externally_connectable": {
    "matches": [
      "https://www.tvenlatino.tv/*",
      "http://www.tvenlatino.tv/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.tvenlatino.tv/*",
        "http://www.tvenlatino.tv/*"
      ],
      "js": [
        "js/getVideos.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "img/soloteve16.png",
    "48": "img/soloteve48.png",
    "128": "img/soloteve128.png"
  },
  "browser_action": {
    "default_title": "Soloteve",
    "default_icon": "img/soloteve.png",
    "default_popup": "src/popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "http://www.tvenlatino.tv/*",
    "https://www.tvenlatino.tv/*"
  ],
  "web_accessible_resources": [
    "img/soloteve48.png"
  ]
}