{
  "name": "SOVR — Sovereign Stack",
  "short_name": "SOVR",
  "description": "Decentralized identity, messaging, and payments. No phone number. No email. No surveillance.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["privacy", "finance", "communication"],
  "shortcuts": [
    {
      "name": "Messages",
      "url": "/dashboard/messages",
      "description": "Encrypted P2P messages"
    },
    {
      "name": "Payments",
      "url": "/dashboard/payments",
      "description": "SCRT and XMR wallet"
    },
    {
      "name": "Vault",
      "url": "/dashboard/storage",
      "description": "Encrypted file storage"
    }
  ]
}
