BattleTabs

BattleTabs

Multiplayer Battles in your New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "BattleTabs",
  "description": "Multiplayer Battles in your New Tab",
  "version": "50.37.0.2681",
  "icons": {
    "16": "images/logo-16x16.png",
    "48": "images/logo-48x48.png",
    "128": "images/logo-128x128.png"
  },
  "action": {
    "default_icon": "images/logo-128x128.png"
  },
  "background": {
    "service_worker": "background-sw.js",
    "type": "module"
  },
  "oauth2": {
    "client_id": "565329550583-3vtjl7uhr3dfnb8mi327fd9ta9o85psn.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.battletabs.com/*",
      "*://*.battletabs.io/*",
      "*://*.battletabs.gg/*",
      "http://localhost/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "newtab.html"
      ],
      "matches": [
        "http://localhost:4200/*",
        "https://battletabs.io/*",
        "https://staging.battletabs.pages.dev/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "topSites"
  ],
  "content_security_policy": {},
  "clientVersion": "50.37.0.2681",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}