Authier Firefox

Examine source code of Authier

By: capaj
Inspect and view changes in Authier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Authier",
  "version": "1.1.21",
  "description": "Authier password manager firefox extension",
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_popup": "js/popup.html"
  },
  "background": {
    "page": "js/backgroundPage.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/browser-polyfill.js",
        "js/contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "clipboardRead",
    "scripting",
    "http://*/",
    "https://*/",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{18c8ffa6-f17c-4d43-bfab-5dae503c8c31}",
      "strict_min_version": "102.0"
    },
    "gecko_android": {
      "id": "{18c8ffa6-f17c-4d43-bfab-5dae503c8c31}",
      "strict_min_version": "102.0"
    }
  },
  "web_accessible_resources": [
    "icon-16.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; https://www.googleapis.com https://js.stripe.com/v3 https://*.firebaseio.com; object-src 'self'"
}

Best Authier Alternatives

Here are some Firefox add-ons that are similar to Authier: