{ "id": "/", "name": "Work", "short_name": "Work", "description": "A tiny local-first workout tracker for fast set logging.", "start_url": "/?source=pwa", "scope": "/", "display": "standalone", "display_override": [ "window-controls-overlay", "standalone", "minimal-ui", "browser" ], "orientation": "portrait-primary", "theme_color": "#f7f4ee", "background_color": "#f7f4ee", "lang": "en", "dir": "ltr", "categories": [ "health", "fitness", "productivity" ], "launch_handler": { "client_mode": "navigate-existing" }, "icons": [ { "src": "icons/icon-32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" }, { "src": "icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Start workout", "short_name": "Start", "description": "Open Work and start a workout immediately.", "url": "/?action=start", "icons": [ { "src": "icons/shortcut-start.png", "sizes": "192x192", "type": "image/png" } ] } ], "screenshots": [ { "src": "screenshots/mobile.png", "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Workout tracker on phone" }, { "src": "screenshots/wide.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "Workout tracker on desktop" } ] }