{
  "name": "Streaks",
  "short_name": "Streaks",
  "description": "Track your daily fitness streaks with friends",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f5f0",
  "theme_color": "#534AB7",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "url": "/log",
      "icons": [{ "src": "/icon-256.png", "sizes": "256x256" }]
    },
    {
      "name": "Feed",
      "url": "/feed",
      "icons": [{ "src": "/icon-256.png", "sizes": "256x256" }]
    }
  ]
}
