Superchat

Superchat

Word games on Whatsapp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Word games on Whatsapp",
  "version": "0.0.11",
  "manifest_version": 3,
  "name": "Superchat",
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "bot.bundle.js",
        "*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}