Yermah

Yermah

Receive notifications when new messages arrive on Yammer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yermah",
  "version": "0.4.0",
  "description": "Receive notifications when new messages arrive on Yammer.",
  "browser_action": {
    "default_icon": "img/yammer-19.png"
  },
  "minimum_chrome_version": "5.0.0.0",
  "background": {
    "scripts": [
      "lib/background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "notifications",
    "https://www.yammer.com/",
    "https://*.assets-yammer.com/"
  ],
  "icons": {
    "19": "img/yammer-19.png",
    "32": "img/yammer-32.png",
    "48": "img/yammer-48.png"
  }
}