Examine source code of Hermione Granger - She Knows Everything

Inspect and view changes in Hermione Granger - She Knows Everything 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": "Hermione Granger - She Knows Everything",
  "description": "This extension turns Google's suggestions into playful corrections, just like Hermione Granger setting you straight! 🪄✨",
  "version": "1.0.0",
  "action": {
    "default_icon": "icons/48x48.png"
  },
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "options_page": "newtab.html",
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-C7zkgVfC.js"
      ],
      "matches": [
        "https://*.google.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/index-DyBXFwBv.css"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "search"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.google.com/*"
      ],
      "resources": [
        "/icons/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*.google.com/*"
      ],
      "resources": [
        "assets/chunk-CfukezRF.js",
        "assets/chunk-BE24YXkc.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}