Inbound Mail Firefox

Examine source code of Inbound Mail

By: Unread
Inspect and view changes in Inbound Mail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.0.0",
  "manifest_version": 2,
  "name": "Inbound Mail",
  "description": "Take back control of your emails.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/js/browser-polyfill.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/js/browser-polyfill.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/email.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "img/email.png"
  }
}

Best Inbound Mail Alternatives

Here are some Firefox add-ons that are similar to Inbound Mail: