{
  "name": "CryptoCloud Pro",
  "short_name": "CryptoCloud",
  "description": "Zero-Knowledge Secure Cloud Storage with End-to-End Encryption",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#7c5cff",
  "categories": ["productivity", "security", "utilities"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "My Files",
      "short_name": "Files",
      "description": "Open your encrypted file manager",
      "url": "/dashboard",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Audit Trail",
      "short_name": "Audit",
      "description": "View your Bitcoin-anchored audit trail",
      "url": "/dashboard/audit",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shared Files",
      "short_name": "Shared",
      "description": "View files shared with you",
      "url": "/dashboard/shared",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
