Messenger Web Online

Messenger Web Online

Messenger Web Online is your All-in-One messaging app, that combines services like WhatsApp, Facebook, Skype, Discord and many more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "short_name": "messenger web online",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.2",
  "homepage_url": "https://whats-great.freeonlineapps.net",
  "offline_enabled": true,
  "manifest_version": 2,
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": {
      "16": "icons/icon16.png",
      "64": "icons/icon48.png"
    },
    "default_popup": "content/popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "js/telegram_content_start.js"
      ],
      "matches": [
        "*://web.telegram.org/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "js/whatsapp_content.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "js/skype_content.js"
      ],
      "matches": [
        "*://web.skype.com/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "js/jquery.min.js",
        "js/msgr_content.js"
      ],
      "matches": [
        "*://multimessenger.cc/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "*://*.instagram.com/*",
    "*://*.wire.com/*",
    "*://*.discord.com/*",
    "*://*.line.me/*",
    "*://*.telegram.org/*",
    "*://*.chatgrape.com/*",
    "*://*.google.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}