TeraByte

TeraByte

Soluções tecnologicas

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TeraByte ",
  "description": "Soluções tecnologicas",
  "version": "1.0.1",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "TeraByte Soluções"
  },
  "host_permissions": [
    "https://estrelabet.com/",
    "https://aviator-next.spribegaming.com/"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "storage",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.estrelabet.com/*"
      ],
      "all_frames": true,
      "js": [
        "./static/js/content.js"
      ]
    },
    {
      "matches": [
        "*://*.sportingtech.com/*",
        "*://*.spribegaming.com/*"
      ],
      "all_frames": true,
      "js": [
        "./static/js/content.js"
      ]
    }
  ],
  "icons": {
    "16": "logo512.png",
    "48": "logo512.png",
    "128": "logo512.png"
  }
}