Tabby

Tabby

Your Tabs. Accessible. Anytime. Anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tabby",
  "description": "Your Tabs. Accessible. Anytime. Anywhere.",
  "version": "0.7.1",
  "manifest_version": 3,
  "author": "Tabby Team",
  "icons": {
    "16": "icons/tabby16x16.png",
    "48": "icons/tabby48x48.png",
    "128": "icons/tabby128x128.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.global.js",
    "type": "module"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "identity",
    "storage",
    "tabs"
  ],
  "oauth2": {
    "client_id": "219248143851-jnf84rpj4742uqg2s9k6cncajrc6v14d.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+T"
      },
      "description": "Open Tabby"
    }
  }
}