Epsilon Smart Web Extension Firefox

Examine source code of Epsilon Smart Web Extension

Inspect and view changes in Epsilon Smart Web Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "EpsilonSmart Browser Extension",
  "version": "1.2",
  "manifest_version": 2,
  "icons": {
    "16": "esmart16.png",
    "48": "esmart48.png",
    "128": "esmart128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "author": "Epsilon Net SA",
  "description": "EpsilonSmart Browser Extension provides a means of communication between EpsilonSmart Web application and EpsilonSmart Client.",
  "background": {
    "persistent": true,
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "contentScript.js"
      ]
    }
  ]
}

Best Epsilon Smart Web Extension Alternatives

Here are some Firefox add-ons that are similar to Epsilon Smart Web Extension: