Examine source code of TabUI

Inspect and view changes in TabUI 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": "__MSG_name__",
  "version": "1.0.3",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "background": {},
  "content_scripts": [],
  "default_locale": "en",
  "permissions": [
    "storage",
    "declarativeContent",
    "tab",
    "bookmarks",
    "history"
  ],
  "host_permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/icon_128x128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "insert.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "/images/icon_16x16.png",
    "32": "/images/icon_128x128.png",
    "48": "/images/icon_128x128.png",
    "128": "/images/icon_128x128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}