Teatime Results

Teatime Results

Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Teatime Results",
  "version": "1.0",
  "description": "Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Teatime Results"
    }
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}