{
  "name": "Safekom v3 - Password Manager",
  "short_name": "Safekom",
  "description": "Zero-knowledge password manager with end-to-end encryption",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1E3A8A",
  "background_color": "#FFFFFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "New Entry",
      "short_name": "New Entry",
      "description": "Create new password entry",
      "url": "/entry/new",
      "icons": []
    }
  ],
  "screenshots": []
}
