Bratags - The Bra Price Tracker

Bratags - The Bra Price Tracker

Simply track bra prices across any sellers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "0.1.1",
  "default_locale": "en_US",
  "description": "__MSG_appDescription__",
  "author": "Bratags <[email protected]> (https://bratags.com/)",
  "commands": {
    "open-popup": {
      "suggested_key": {
        "default": "Alt+B"
      },
      "description": "__MSG_keyShortcut1__"
    }
  },
  "action": {
    "default_icon": {
      "16": "/dist/icon/icon16.png",
      "32": "/dist/icon/[email protected]",
      "48": "/dist/icon/[email protected]",
      "64": "/dist/icon/[email protected]",
      "92": "/dist/icon/[email protected]",
      "96": "/dist/icon/[email protected]",
      "128": "/dist/icon/icon128.png",
      "144": "/dist/icon/[email protected]",
      "256": "/dist/icon/[email protected]",
      "344": "/dist/icon/[email protected]"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "/dist/index.html"
  },
  "icons": {
    "16": "/dist/icon/icon16.png",
    "32": "/dist/icon/[email protected]",
    "48": "/dist/icon/[email protected]",
    "64": "/dist/icon/[email protected]",
    "92": "/dist/icon/[email protected]",
    "96": "/dist/icon/[email protected]",
    "128": "/dist/icon/icon128.png",
    "144": "/dist/icon/[email protected]",
    "256": "/dist/icon/[email protected]",
    "344": "/dist/icon/[email protected]"
  },
  "background": {
    "service_worker": "/src/sw.js"
  },
  "permissions": [
    "storage",
    "background",
    "tabs",
    "notifications",
    "contextMenus",
    "scripting",
    "webRequest",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.bratags.com/*"
    ]
  },
  "short_name": "__MSG_appShortName__",
  "version_name": "0.1.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}