Legacy Browser Support Firefox

Examine source code of Legacy Browser Support

Inspect and view changes in Legacy Browser Support source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extension_name__",
  "version": "0.4",
  "icons": {
    "16": "icon.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/port.js",
      "js/extension_logic.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "nativeMessaging",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "action.html",
    "loading.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "legacy-browser-support@mozilla.org"
    }
  }
}

Best Legacy Browser Support Alternatives

Here are some Firefox add-ons that are similar to Legacy Browser Support: