JONI

JONI

Supertool For WhatsApp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "short_name": "JONI",
  "name": "JONI",
  "version": "14.0.6",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "webhook/firebase-app.js",
        "webhook/firebase-database.js",
        "loader.js"
      ]
    }
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*"
  ],
  "background": {
    "service_worker": "serviceworker.js"
  },
  "icons": {
    "16": "imgs/16b.png",
    "32": "imgs/32b.png",
    "128": "imgs/128b.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/imgs/*.png",
        "/webhook/*.js",
        "*.js",
        "*.json"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ]
}