Promoland

Promoland

Escolha suas ofertas, participe de sorteios e receba descontos personalizados. Sua experiência, suas escolhas, seus ganhos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Promoland",
  "description": "Escolha suas ofertas, participe de sorteios e receba descontos personalizados. Sua experiência, suas escolhas, seus ganhos",
  "version": "5.1.4",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Promoland"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "id": "id01",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "id": "id02",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script-xhr.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "ids": [
      "jnopkgndiibdckoakjldaljafpdohgij"
    ],
    "matches": [
      "https://promoland.clustfy.com/*",
      "https://sidepanel.web.app/*"
    ]
  },
  "permissions": [
    "tabs",
    "scripting",
    "activeTab",
    "unlimitedStorage",
    "storage",
    "identity",
    "identity.email",
    "geolocation",
    "webRequest",
    "offscreen",
    "webNavigation"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "logo512.png",
    "48": "logo512.png",
    "128": "logo512.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxJqpONC/SkCPSmwuG9me9O0YbsIxVJvdbbCRVMEX1Jhng3FPbQh2MnghHpVoVRp4d/tSrnhJMEQgV0lnvsVv6qRWpdSPlBK55FORTTIVDsD0WwGvINjpBXsVC+/GddLPey54LsyQZJv1HN4U2ZXoYBEdVj+fmBnlr/0tOeliVcwls8Al4HoKtTtnvmcl00KOvG+XkXRyv2Qr4xg80ZkkaXGQNU2yVWXEH4lMUgWnDJ7Obo3ZOXgJ43JvQdJTafRU3YLMWs91Y6adwo11J3KJRNOVcfu7Ji5jyyhLgKSp5GQzGe4/t1i/QQtGWY84IVzr8M7iIRJvpuEZX4Z5Wl0hkQIDAQAB"
}