Wa Delivery Tools - Ferramentas para Delivery

Wa Delivery Tools - Ferramentas para Delivery

Um verdadeiro Canivete Suíço para auxiliar Restaurantes de Delivery a realizarem o atendimento via WhatsaApp Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.7.19",
  "name": "Wa Delivery Tools - Ferramentas para Delivery",
  "description": "Um verdadeiro Canivete Suíço para auxiliar Restaurantes de Delivery a realizarem o atendimento via WhatsaApp Web",
  "author": "João Cardoso",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css",
        "injectedCss.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://api.mindi.com.br/*",
    "https://raw.githubusercontent.com/*",
    "https://api.mixpanel.com/*",
    "https://us-central1-teste1-b534b.cloudfunctions.net/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}