Active Window

Active Window

Keep your browser tabs and windows organized while surfing the internet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Active Window",
  "description": "Keep your browser tabs and windows organized while surfing the internet!",
  "version": "2.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "service.worker.js"
  },
  "action": {},
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "externally_connectable": {
    "matches": [
      "https://activewindow.app/payment/success"
    ]
  },
  "host_permissions": [
    "https://api.activewindow.app/api/*"
  ],
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  }
}