Examine source code of TST Auto Sticky Tabs

Inspect and view changes in TST Auto Sticky 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
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1.0",
  "author": "YUKI \"Piro\" Hiroshi",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "tabs",
    "sessions",
    "storage"
  ],
  "background": {
    "page": "/background/background.html"
  },
  "options_ui": {
    "page": "/options/options.html"
  },
  "web_accessible_resources": [
    "/resources/ArrowheadDownDouble.svg"
  ],
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "tst-auto-sticky-tabs@piro.sakura.ne.jp"
    }
  }
}