{
  "name": "Freeland",
  "short_name": "Freeland",
  "id": "/app",
  "description": "Privacy-first digital life platform",
  "scope": "/",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["finance", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/install-home.svg",
      "sizes": "720x1280",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Wallet-first welcome screen with install prompt"
    },
    {
      "src": "/screenshots/store-shell.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Desktop shell with store, inbox, and connectivity surfaces"
    }
  ],
  "shortcuts": [
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "url": "/app/wallet",
      "description": "Open balance, deposit address, and recent wallet activity."
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/app/inbox",
      "description": "Open mailbox, OTP, and recent private messages."
    },
    {
      "name": "Support",
      "short_name": "Support",
      "url": "/app/support",
      "description": "Open private support threads."
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/app/products",
      "description": "Browse cards, eSIM, numbers, and VPN utilities."
    }
  ]
}
