{
  "name": "StrengthKeeper",
  "short_name": "StrengthKeeper",
  "description": "Two people. Three days a week. A simple strength tracker.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF5EA",
  "theme_color": "#1B3354",
  "orientation": "landscape",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Today's workout", "short_name": "Today", "url": "/workout" },
    { "name": "History", "short_name": "History", "url": "/history" }
  ]
}
