Messengo

Messengo

Associated with the messaging service Messengo, this extension will show you when you receive a message.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "normal.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Associated with the messaging service Messengo, this extension will show you when you receive a message.",
  "background": {
    "scripts": [
      "jquery.js",
      "cookie.js"
    ]
  },
  "name": "Messengo",
  "permissions": [
    "tabs",
    "http://messengo.webia-asso.fr/*"
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "version": "2.0"
}