arebyte Plug in

arebyte Plug in

arebyte browser extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "arebyte Plug in",
  "version": "3.1.8",
  "description": "arebyte browser extension",
  "permissions": [
    "storage",
    "alarms",
    "idle",
    "system.display"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://plugin.arebyte.com/invites/*"
      ],
      "js": [
        "launchPopups.js"
      ]
    },
    {
      "matches": [
        "https://dev.10pm.studio/arebyte-ext/invites/*"
      ],
      "js": [
        "launchPopups.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/rtc-16.png",
    "24": "icons/rtc-24.png",
    "32": "icons/rtc-32.png",
    "48": "icons/rtc-48.png",
    "128": "icons/rtc-128.png"
  },
  "manifest_version": 3
}