{ "name": "Did you lift 2day?", "short_name": "Lift 2day?", "description": "Daily check-in for your workout, weight, protein, cardio, and fasting — built around a multi-program training library.", "start_url": "./index.html", "display": "standalone", "display_override": ["window-controls-overlay", "standalone"], "prefer_related_applications": false, "background_color": "#0b0f1a", "theme_color": "#111827", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" } ], "shortcuts": [ { "name": "Today's workout", "short_name": "Today", "description": "Jump to today's plan", "url": "./index.html?screen=today", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Stats dashboard", "short_name": "Stats", "description": "Open progress and metrics", "url": "./index.html?screen=stats", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" } ] } ] }