ShakeToPinTab

ShakeToPinTab

You can pin or unpin a tab by shaking a tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.1",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "stpt_16.png",
    "32": "stpt_32.png",
    "64": "stpt_64.png",
    "128": "stpt_128.png"
  },
  "action": {
    "default_icon": {
      "16": "stpt_16.png",
      "32": "stpt_32.png",
      "64": "stpt_64.png",
      "128": "stpt_128.png"
    }
  }
}