{
  "name": "Simple Bit",
  "short_name": "SimpleBit",
  "description": "Track cryptocurrency prices, manage your portfolio, and set price alerts",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "utilities"],
  "screenshots": [
    {
      "src": "/store-screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Market Overview",
      "form_factor": "narrow"
    }
  ]
}
