{
  "name": "Centronium Wallet",
  "short_name": "CENTRO",
  "description": "Send, receive, and manage your CENTRO tokens. Your crypto wallet in your pocket.",
  "start_url": "/wallet/",
  "scope": "/wallet/",
  "display": "standalone",
  "background_color": "#050810",
  "theme_color": "#00e5ff",
  "orientation": "portrait-primary",
  "categories": ["finance"],
  "icons": [
    { "src": "/icons/favicon-48x48.png",   "sizes": "48x48",   "type": "image/png" },
    { "src": "/icons/favicon-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/favicon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/favicon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/favicon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/favicon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/icons/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Centronium Wallet Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Send CENTRO",
      "url": "/wallet/#send",
      "icons": [{ "src": "/icons/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Receive CENTRO",
      "url": "/wallet/#receive",
      "icons": [{ "src": "/icons/favicon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
