Examine source code of FlixViews

Inspect and view changes in FlixViews 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": "FlixViews",
  "version": "1.3",
  "description": "Get the top 10 content from various streaming platforms.",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "./icons/icon-16.png",
      "32": "./icons/icon-32.png",
      "48": "./icons/icon-48.png",
      "128": "./icons/icon-128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}