{ "$schema": "https://www.schemastore.org/web-manifest-combined.json", "name": "Next Move", "short_name": "Next Move", "description": "Zero-friction, metric-only, local-first workout log", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } ], "theme_color": "#000000", "background_color": "#000000", "display": "standalone", "orientation": "portrait", "scope": "/", "start_url": "/?utm_source=web_app_manifest", "share_target": { "action": "/exercises", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "title": "title", "text": "text", "url": "url" } } }