Examine source code of Mein neuer Tab

Inspect and view changes in Mein neuer Tab 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": 2,
  "name": "Mein neuer Tab",
  "description": "Diese Erweiterung erstellt eine simple neue Tab Seite.",
  "icons": {
    "16": "icons/ico16.png",
    "32": "icons/ico32.png",
    "48": "icons/ico48.png",
    "96": "icons/ico96.png",
    "128": "icons/ico128.png"
  },
  "applications": {
    "gecko": {
      "id": "newtab@jd.bummels-welt.de",
      "strict_min_version": "56.0"
    }
  },
  "chrome_url_overrides": {
    "newtab": "pages/newtab.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "version": "1.1.3"
}