{
  "name": "FIXORIUM WALLET",
  "short_name": "FIXORIUM",
  "description": "SECURE FAST SOLANA WALLET",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#263238",
  "theme_color": "#263238",
  "lang": "en-US",
  "categories": ["finance", "wallet", "cryptocurrency"],
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Send",
      "short_name": "Send",
      "description": "Send SOL and tokens",
      "url": "/?action=send",
      "icons": [
        {
          "src": "/icons/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Swap",
      "short_name": "Swap",
      "description": "Swap tokens instantly",
      "url": "/?action=swap",
      "icons": [
        {
          "src": "/icons/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
