{
  "name": "CryptoCommand Dashboard",
  "short_name": "CryptoCommand",
  "description": "Real-time crypto price tracker with mining and portfolio insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#080B0F",
  "background_color": "#080B0F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "type": "image/svg+xml",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "type": "image/svg+xml",
      "sizes": "1280x720",
      "form_factor": "wide"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "View Prices",
      "short_name": "Prices",
      "description": "Check real-time cryptocurrency prices",
      "url": "/?view=prices",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
