Smartpassword Extension Firefox

Examine source code of Smartpassword Extension

Inspect and view changes in Smartpassword Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SmartPassword",
  "version": "1.0.12",
  "description": "Passwort-Manager für Unternehmen & Teams – Logins sicher verwalten, teilen & kontrollieren. DSGVO-konform & made in Germany.",
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon32.png"
  },
  "background": {
    "service_worker": "background/background.js",
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popup/popup/overlay.js",
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "info@dsm-online.eu",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Smartpassword Extension Alternatives

Here are some Firefox add-ons that are similar to Smartpassword Extension: