AlgoPass

AlgoPass

World's first password manager powered by the Algorand blockchain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AlgoPass",
  "description": "World's first password manager powered by the Algorand blockchain",
  "version": "0.9",
  "manifest_version": 3,
  "icons": {
    "48": "/ap.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "48": "/ap.png"
    }
  },
  "permissions": [
    "storage"
  ]
}