Examine source code of Side Panel

Inspect and view changes in Side Panel 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": "Side Panel",
  "version": "0.0.2.7",
  "manifest_version": 3,
  "description": "Vertical Tabs: Search, Move, Sort, and See.",
  "author": "Solomon Kinard",
  "action": {
    "default_popup": "default_popup.html"
  },
  "permissions": [
    "tabs",
    "favicon",
    "sidePanel",
    "storage"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "side_panel": {
    "default_path": "default_popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}