Examine source code of Clean Start

Inspect and view changes in Clean Start 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": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.3.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "history"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}