#BORAPEDIR - PDV para vender por WhatsApp Web

#BORAPEDIR - PDV para vender por WhatsApp Web

Automatize o atendimento do delivery com um PDV integrado ao WhatsApp Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "#BORAPEDIR - PDV para vender por WhatsApp Web",
  "version": "1.2.6",
  "description": "Automatize o atendimento do delivery com um PDV integrado ao WhatsApp Web.",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon16.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "declarativeContent",
    "scripting"
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*",
    "https://*.borapedir.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "script-src": "'self'",
    "object-src": "'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}