Web Messenger for WhatsApp™

Web Messenger for WhatsApp™

Web Messenger for WhatsApp™ brings web messenger right into your browser to chat with your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Web Messenger for WhatsApp™ brings Whatsapp™ right into your browser to chat with your friends.",
  "homepage_url": "http://barisderin.com",
  "manifest_version": 2,
  "name": "Web Messenger for WhatsApp",
  "version": "64.1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Web Messenger for WhatsApp"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content_script.js"
      ],
      "css": [
        "style/contentstyle.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "scripts/content_script_st.js"
      ],
      "matches": [
        "*://*.barisderin.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "sidebar_action": {
    "default_title": "Web Messenger for WhatsApp",
    "default_panel": "sidebar.html",
    "default_icon": "sidebar.png"
  },
  "icons": {
    "48": "images/icon48.png"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+W",
        "mac": "Alt+Shift+W"
      }
    }
  },
  "applications": {
    "gecko": {
      "id": "{e1ab1333-aff6-42fe-84a5-55be2409491b}"
    }
  }
}