Letterboxd Lists Progress

Letterboxd Lists Progress

Know your lists' progress without having to open them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Letterboxd Lists Progress",
  "version": "0.2",
  "manifest_version": 2,
  "description": "Know your lists' progress without having to open them.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://letterboxd.com/*",
        "https://letterboxd.com/*"
      ],
      "js": [
        "jquery.min.js",
        "letterboxd.js"
      ],
      "css": [
        "letterboxd.css"
      ]
    }
  ]
}