Examine source code of Sift: IMDB ratings on various OTT plaftorms. Free & Open Source.

Inspect and view changes in Sift: IMDB ratings on various OTT plaftorms. Free & Open Source. source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Sift: IMDB ratings on various OTT plaftorms. Free & Open Source.",
  "description": "Sift adds IMDB ratings next to programs on various OTT platforms to help you choose what to watch faster.",
  "version": "2.3.2",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "author": "anirudh.nimmagadda@gmail.com",
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "https://*.jiocinema.com/*",
        "https://*.hotstar.com/*",
        "https://*.sonyliv.com/*",
        "https://www.netflix.com/*",
        "https://www.primevideo.com/*",
        "https://tv.apple.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}