Where To Watch

Where To Watch

Show streaming provider locator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Where To Watch",
  "version": "1.0.3",
  "description": "Show streaming provider locator",
  "manifest_version": 3,
  "author": "Miguel Ryan Bancolita",
  "icons": {
    "128": "images/logo.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Search for movies or series"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/logo.png",
        "images/tmdb.svg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}