Sorteador Plugin

Sorteador Plugin

Extensão do Sorteador.com.br.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sorteador Plugin",
  "version": "2.0.1",
  "description": "Extensão do Sorteador.com.br.",
  "short_name": "Sorteador",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "scripting"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "default_locale": "en",
  "background": {
    "service_worker": "modules/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://facebook.com/*",
        "https://fb.com/*",
        "https://www.facebook.com/*"
      ],
      "js": [
        "modules/load-pages.js"
      ]
    }
  ]
}