Sebaran

Sebaran

Message Broadcasting Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sebaran",
  "version": "2.4.8",
  "description": "Message Broadcasting Tool",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "64": "icon_64.png",
    "128": "icon_128.png",
    "256": "icon_256.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "css": [
        "app.css"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.diagonal.id/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "client.js",
        "app.js",
        "chunk-vendors.js",
        "wpp.js",
        "lf.js",
        "success-chime.wav"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ]
}