Examine source code of Speedport

Inspect and view changes in Speedport 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
{
  "name": "Speedport",
  "description": "Replace new tab page with a personal dashboard having multiclocks and search",
  "version": "1.0.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "logo/16.png",
      "32": "logo/32.png",
      "48": "logo/48.png",
      "64": "logo/64.png",
      "96": "logo/96.png",
      "128": "logo/128.png"
    },
    "default_title": "Speedport"
  },
  "chrome_url_overrides": {
    "newtab": "src/index.html"
  },
  "offline_enabled": true,
  "icons": {
    "16": "logo/16.png",
    "32": "logo/32.png",
    "48": "logo/48.png",
    "64": "logo/64.png",
    "96": "logo/96.png",
    "128": "logo/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}