WhatsApp Online Monitor

WhatsApp Online Monitor

When your crush 💕 be online 🤳 on whatsapp👀 get notification 🔔 in your Desktop 🖥️ and cross platform notification without any installed app in Smartphone 📱 and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Online Monitor for WhatsApp Web",
  "description": "Online Monitor for WhatsApp",
  "version": "3.2",
  "author": "Rizwan Ahmad",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e9766ecc-1fde-4e20-925d-e3e0c2b8994f}",
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "64": "images/icons/64.png",
    "128": "images/icons/128.png"
  },
  "web_accessible_resources": [
    "*.js",
    "*.mp3"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "https://web.whatsapp.com/*",
    "https://notify.run/*",
    "https://wpmonitor.online/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}