TST Indent Line

TST Indent Line

Provides indent line for Tree Style Tab sidebar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.3.2",
  "author": "YUKI \"Piro\" Hiroshi",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "page": "/background/background.html"
  },
  "options_ui": {
    "page": "/options/options.html"
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "78.0"
    }
  }
}