Side Panel

Side Panel

Vertical tab menu that searches, moves, and sorts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Side Panel",
  "version": "0.0.2.8",
  "manifest_version": 3,
  "description": "Vertical tab menu that searches, moves, and sorts.",
  "author": "Solomon Kinard",
  "action": {
    "default_popup": "default_popup.html"
  },
  "permissions": [
    "tabs",
    "favicon",
    "sidePanel",
    "storage"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "side_panel": {
    "default_path": "default_popup.html"
  }
}