Examine source code of HWC

Inspect and view changes in HWC 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": "HWC",
  "description": "Een HWC Extensie",
  "version": "1.2.7",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "images/128.png"
  },
  "action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}