Business Messenger

Business Messenger

Easily manage contacting pages and people

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Business Messenger",
  "version": "1.6.1",
  "description": "Easily manage contacting pages and people",
  "permissions": [
    "storage",
    "activeTab",
    "https://eumetric.com/*",
    "https://m.facebook.com/*",
    "https://www.facebook.com/*"
  ],
  "background": {
    "scripts": [
      "jquery-3.3.1.js",
      "background.js",
      "licencing.js"
    ]
  },
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/6.png"
    }
  },
  "icons": {
    "128": "images/6.png"
  },
  "manifest_version": 2
}