Examine source code of Tab Drawer

Inspect and view changes in Tab Drawer 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Drawer",
  "version": "1.0.1",
  "description": "A drawer that lets you save your browser windows and restore them at a later time.",
  "author": "Legendword",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ]
}