TST Folder Expand Collapse

TST Folder Expand Collapse

Expand / Collapse folders on single click without activating tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TST Folder Expand Collapse",
  "short_name": "TSTFolderExpandCollapse",
  "description": "Expand / Collapse folders on single click without activating tab",
  "version": "0.4",
  "author": "David Lomas",
  "browser_specific_settings": {
    "gecko": {
      "id": "tst-folder-expand-collapse@pale-ed",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}