Letterboxd Streaming Providers

Letterboxd Streaming Providers

Adds a filter for streaming providers to Letterboxd.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Adds a filter for streaming providers to Letterboxd.",
  "author": "Christian Zei",
  "manifest_version": 3,
  "name": "Letterboxd Streaming Providers",
  "short_name": "LSP",
  "homepage_url": "https://github.com/adlerzei/letterboxd-streaming-providers#readme",
  "version": "1.6.0",
  "icons": {
    "48": "icons/logo_final_48.png",
    "128": "icons/logo_final_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "*://api.themoviedb.org/*",
    "*://letterboxd.com/*",
    "*://www.letterboxd.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/logo_final_32.png",
    "default_title": "Letterboxd Streaming Providers",
    "default_popup": "popup/popup.html"
  }
}