DONDELOVEO

DONDELOVEO

DONDELOVEO es un sitio para encontrar donde ver películas, series y eventos online en forma legal y segura.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DONDELOVEO",
  "description": "DONDELOVEO es un sitio para encontrar donde ver películas, series y eventos online en forma legal y segura.",
  "version": "2.5",
  "author": "Business Bureau",
  "short_name": "DLV",
  "version_name": "Iron",
  "manifest_version": 2,
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "activeTab",
    "bookmarks",
    "topSites",
    "storage",
    "https://dlv.app/",
    "https://dondeloveo.com/",
    "https://bb.vision/",
    "chrome://favicon/"
  ],
  "web_accessible_resources": [
    "/assents/index.html"
  ],
  "chrome_url_overrides": {
    "newtab": "/assents/index.html"
  },
  "background": {
    "scripts": [
      "ironbg.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/icons/64.png",
    "default_title": "DONDELOVEO"
  }
}