Email Badge Counter Pro Firefox

Examine source code of Email Badge Counter Pro

Inspect and view changes in Email Badge Counter Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.0",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "webRequest",
    "notifications",
    "*://*.gmx.com/*",
    "*://*.live.com/*",
    "*://*.mail.com/*",
    "*://*.yahoo.com/*",
    "*://*.icloud.com/*",
    "*://mail.google.com/*",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "lib/emails/gmx.js",
      "lib/emails/live.js",
      "lib/emails/yahoo.js",
      "lib/emails/gmail.js",
      "lib/emails/icloud.js",
      "lib/emails/mailcom.js",
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "data/popup/popup.html",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "*://*.gmx.com/*",
        "*://*.mail.com/*"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{db1a0304-1296-4865-b54a-885b224bfb1d}"
    }
  }
}

Best Email Badge Counter Pro Alternatives

Here are some Firefox add-ons that are similar to Email Badge Counter Pro: