Examine source code of Tabs+

Inspect and view changes in Tabs+ 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
{
  "action": {
    "default_icon": {
      "16": "ui/icons/action_16.png",
      "24": "ui/icons/action_24.png",
      "32": "ui/icons/action_32.png",
      "48": "ui/icons/action_48.png",
      "64": "ui/icons/action_64.png",
      "128": "ui/icons/action_128.png"
    }
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "default_locale": "en",
  "description": "Take control of your tabs",
  "icons": {
    "16": "ui/icons/icon_16.png",
    "24": "ui/icons/icon_24.png",
    "32": "ui/icons/icon_32.png",
    "48": "ui/icons/icon_48.png",
    "64": "ui/icons/icon_64.png",
    "128": "ui/icons/icon_128.png"
  },
  "manifest_version": 3,
  "name": "Tabs+",
  "options_page": "ui/options.html",
  "permissions": [
    "alarms",
    "contextMenus",
    "favicon",
    "sessions",
    "storage",
    "tabs"
  ],
  "version": "0.1.1.19",
  "version_name": "0.1.1 beta19",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}