Tabit

Tabit

Manage your browser tabs in groups and archives.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tabit",
  "short_name": "Tabit",
  "version": "1.2.2.2",
  "description": "Manage your browser tabs in groups and archives.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_title": "Tabit",
    "default_icon": {
      "16": "icon16.png",
      "24": "icon24.png",
      "32": "icon32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "author": "Woody Wang",
  "incognito": "split",
  "homepage_url": "https://tabitplus.netlify.app/"
}