WA4Business

WA4Business

WA4Business - your new way of doing Marketing with your IM accounts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WA4Business",
  "version": "1.2.4",
  "description": "WA4Business - your new way of doing Marketing with your IM accounts",
  "author": "AGORHUB SRL",
  "permissions": [
    "storage",
    "https://wa4business.app/*",
    "https://b-8b3dd3e7-a08f-432a-945a-399ebbd48112-1.mq.eu-central-1.amazonaws.com/*",
    "https://web.whatsapp.com/*"
  ],
  "icons": {
    "47": "img/icon48_off.png",
    "48": "img/icon48.png",
    "128": "img/iconWa4b.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "img/icon48_off.png"
    },
    "default_title": "WA4Business",
    "default_popup": "html/popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "js/indom.js"
  ]
}