{
  "name": "AURON — Fitness Accountability",
  "short_name": "AURON",
  "description": "Track your AURON Score. Own your streak. Dominate the leaderboard.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B0B0B",
  "theme_color": "#D4AF37",
  "categories": ["health", "fitness", "sports"],
  "icons": [
    { "src": "/static/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/static/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/static/icons/icon-128.png",  "sizes": "128x128", "type": "image/png" },
    { "src": "/static/icons/icon-144.png",  "sizes": "144x144", "type": "image/png" },
    { "src": "/static/icons/icon-152.png",  "sizes": "152x152", "type": "image/png" },
    { "src": "/static/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/static/icons/icon-384.png",  "sizes": "384x384", "type": "image/png" },
    { "src": "/static/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "description": "Quickly log today's workout",
      "url": "/user/workouts",
      "icons": [{ "src": "/static/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your AURON Score",
      "url": "/user/dashboard",
      "icons": [{ "src": "/static/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}