Examine source code of Contexicon

Inspect and view changes in Contexicon 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.8",
  "name": "Contexicon",
  "description": "A smart, science backed way to learn new languages.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Contexicon"
  },
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.js-loader-C5gIHe61.js"
      ],
      "matches": [
        "*://*.netflix.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "activeTab",
    "sidePanel",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://*.onrender.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "resources": [
        "assets/netflixControl.js-CmcXUzmH.js",
        "assets/types-CreEQNV0.js",
        "assets/contentScript.js-shnPolnd.js"
      ],
      "use_dynamic_url": false
    }
  ]
}