Find in Letterboxd

Find in Letterboxd

Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find in Letterboxd",
  "description": "Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew",
  "version": "0.1.1",
  "manifest_version": 3,
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "content.js",
    "type": "module"
  },
  "icons": {
    "16": "/images/icon-16.png",
    "32": "/images/icon-32.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  }
}