{
  "id": "/app",
  "name": "StellarKey — Self-custodial Stellar wallet",
  "short_name": "StellarKey",
  "description": "A self-custodial Stellar wallet. Keys stay encrypted on your device.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["finance"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Payment",
      "short_name": "Send",
      "url": "/app?action=send",
      "description": "Open a new payment"
    },
    {
      "name": "Receive Funds",
      "short_name": "Receive",
      "url": "/app?action=receive",
      "description": "Show your address QR"
    },
    {
      "name": "Swap Assets",
      "short_name": "Swap",
      "url": "/app?action=swap",
      "description": "DEX swap between assets"
    }
  ]
}
