{
  "name": "Bytelline - Crypto News & Market Insights",
  "short_name": "Bytelline",
  "description": "Your daily crypto intelligence platform with curated news, market insights, and learning paths",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "finance", "education"],
  "shortcuts": [
    {
      "name": "Daily Recap",
      "short_name": "Recap",
      "description": "Listen to today's crypto news recap",
      "url": "/daily",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Markets",
      "short_name": "Markets",
      "description": "View crypto market data",
      "url": "/tokens",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Learn",
      "short_name": "Learn",
      "description": "Explore learning paths",
      "url": "/learn",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
