Reportana - WA Tools

Reportana - WA Tools

Tudo o que a Reportana pode oferecer de ferramentas para o seu WhatsApp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reportana - WA Tools",
  "version": "0.5.3",
  "description": "Tudo o que a Reportana pode oferecer de ferramentas para o seu WhatsApp.",
  "author": "Reportana <[email protected]>",
  "icons": {
    "128": "icons/default.png"
  },
  "permissions": [
    "http://localhost:8000/*",
    "https://app.reportana.com/*",
    "https://web.whatsapp.com/*",
    "background",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:8000/*",
      "http://app.reportana.com/*",
      "https://app.reportana.com/*",
      "https://web.whatsapp.com/*"
    ]
  },
  "browser_action": {
    "default_title": "Reportana - WA Tools"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}