Facebook Messenger

Facebook Messenger

Group conversations are preferred on Carrier and to reach them conveniently you can put it to the top of the discussion page which

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "facebook-messenger-128.png"
  },
  "app": {
    "urls": [
      "http://apcraft.club/facebook-messenger/"
    ],
    "launch": {
      "web_url": "http://apcraft.club/facebook-messenger/"
    }
  }
}