{
  "id": "/?source=pwa",
  "name": "Qeepsafe Secure Vault",
  "short_name": "Qeepsafe",
  "description": "A secure personal vault and credentials manager powered by Google Drive storage and Google account security.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e3a8a",
  "theme_color": "#4c5be8",
  "orientation": "portrait-primary",

  "icons": [
    
    {
      "src": "/playstore-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/playstore2a.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/playstore-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}