F-Notifier

F-Notifier

Displays your Facebook notifications unread count.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.8.4",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://dev.ligny.org/F-Notifier",
  "author": "Arnaud Ligny",
  "manifest_version": 2,
  "minimum_chrome_version": "52",
  "default_locale": "en",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "alarms",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "https://m.facebook.com/"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "icon-38.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false,
    "chrome_style": true,
    "browser_style": true
  }
}