mini authenticator

mini authenticator

minimal open source authenticator that never store your secret keys

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "mini authenticator",
  "description": "minimal open source authenticator that never store your secret keys",
  "version": "1.0.2",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "auth-64.png",
    "128": "auth-128.png"
  }
}