GB Access

GB Access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GB Access",
  "description": "",
  "version": "1.1",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "/images/16.png",
      "38": "/images/38.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/16.png",
    "38": "/images/38.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}