Examine source code of tabsidebar

Inspect and view changes in tabsidebar 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": "vertabs",
  "version": "1.62.0",
  "manifest_version": 2,
  "description": "Show tabs vertically in sidebar",
  "permissions": [
    "sessions",
    "storage",
    "menus",
    "clipboardRead",
    "https://archive.is/",
    "tabs"
  ],
  "icons": {
    "48": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "vertabs",
    "default_panel": "sidebar.html",
    "default_icon": "icons/48.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Vertabs"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c236f4e9-d031-419b-86c3-b83037cf6a02}"
    }
  }
}