Arielle Passwords Firefox

Examine source code of Arielle Passwords

By: Arielle Add-on
Inspect and view changes in Arielle Passwords source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Anna Passwords",
  "description": "Fill, generate, and save passwords from your Anna vault on websites.",
  "version": "0.1.0",
  "action": {
    "default_title": "Anna Passwords",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/shared/browser.js",
      "src/shared/storage.js",
      "src/shared/firebase-config.js",
      "src/shared/firebase-auth-rest.js",
      "src/shared/crypto.js",
      "src/shared/firestore-rest.js",
      "src/shared/matching.js",
      "src/shared/password-generator.js",
      "src/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "https://identitytoolkit.googleapis.com/*",
    "https://securetoken.googleapis.com/*",
    "https://firestore.googleapis.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/shared/browser.js",
        "src/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "anna-passwords@toowoombaspecialists.com",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity"
        ]
      }
    }
  }
}

Best Arielle Passwords Alternatives

Here are some Firefox add-ons that are similar to Arielle Passwords: