What To Watch

What To Watch

Instantly find your favourite movies and TV shows! Or just search for something new.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "What To Watch",
  "description": "Instantly find your favourite movies and TV shows! Or just search for something new.",
  "version": "0.2.1",
  "action": {
    "default_popup": "index.html",
    "default_title": "What To Watch"
  },
  "icons": {
    "16": "wtw-logo.png",
    "48": "wtw-logo.png",
    "128": "wtw-logo.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage"
  ]
}