{
  "name": "NEST Testnet — Your Home on the Blockchain",
  "short_name": "NEST Testnet",
  "description": "A decentralized social blockchain where you create, connect, build communities, own your content, and earn together.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FAFAFC",
  "theme_color": "#6C4CFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["social", "blockchain", "community", "finance"],
  "lang": "en-US",
  "shortcuts": [
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "url": "/wallet",
      "icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan to Send",
      "short_name": "Scan",
      "url": "/wallet/scan",
      "icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Exchange",
      "short_name": "Exchange",
      "url": "/exchange",
      "icons": [{ "src": "/images/pwa-192x192.png", "sizes": "192x192" }]
    }
  ]
}