{
  "name": "Pexorial Wallet",
  "short_name": "Pexorial",
  "description": "Securely store and swap your digital assets.",
  "start_url": "/login",
  "display": "standalone",
  "background_color": "#0B0C10",
  "theme_color": "#FCD535",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/pwa/icon192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/pwa/screenshot-mobile1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png"
    },
    {
      "src": "/assets/pwa/screenshot-desktop1920x1080.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}