Workplace Status

Workplace Status

Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Workplace Status",
  "version": "2.1",
  "manifest_version": 2,
  "description": "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.",
  "developer": {
    "name": "RunninglVlan",
    "url": "https://github.com/RunninglVlan"
  },
  "icons": {
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/browserAction/default16.png",
      "19": "img/browserAction/default19.png",
      "32": "img/browserAction/default32.png",
      "38": "img/browserAction/default38.png"
    },
    "default_title": "Workplace Status"
  },
  "background": {
    "scripts": [
      "js/Statuses.js",
      "js/Parser.js",
      "js/IconUpdater.js",
      "js/Options.js",
      "js/Fetcher.js",
      "js/Presenter.js",
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "*://*.facebook.com/*",
    "tabs"
  ]
}