Comunidade ZDG Free

Comunidade ZDG Free

Disparador oficial de mensagens.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "imgs/16.png",
      "48": "imgs/48.png"
    },
    "default_title": "Comunidade ZDG Free"
  },
  "author": "ZDG PRO",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "/style/mystyle.css",
        "style/zdg.css"
      ],
      "js": [
        "/js/fgEmojiPicker.js",
        "/js/jquery.js",
        "/smph/app.js",
        "/js/siema.min.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "description": "Disparador oficial de mensagens.",
  "externally_connectable": {
    "matches": [
      "*://*.whatsapp.com/*"
    ]
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "imgs/16.png",
    "32": "imgs/32.png",
    "48": "imgs/48.png",
    "128": "imgs/128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Comunidade ZDG Free",
  "permissions": [
    "scripting",
    "declarativeNetRequest",
    "browsingData",
    "background",
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.7",
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.whatsapp.com/*"
      ],
      "resources": [
        "js/*",
        "imgs/*",
        "smph/*",
        "/image/gear-icon-min.png",
        "/image/*",
        "/style/*"
      ]
    }
  ]
}