{ "name": "LifeRPG - Habit Tracker", "short_name": "LifeRPG", "description": "Gamified habit tracking with RPG mechanics and real-time progress", "start_url": "/", "display": "standalone", "theme_color": "#8b5cf6", "background_color": "#1a1a2e", "orientation": "portrait-primary", "scope": "/", "categories": ["productivity", "lifestyle", "health", "games"], "lang": "en", "dir": "ltr", "shortcuts": [ { "name": "Quick Add Habit", "short_name": "Add Habit", "description": "Quickly add a new habit", "url": "/habits/add", "icons": [ { "src": "/icon-96x96.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Today's Habits", "short_name": "Today", "description": "View today's habit list", "url": "/habits/today", "icons": [ { "src": "/icon-96x96.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Analytics", "short_name": "Stats", "description": "View your progress analytics", "url": "/analytics", "icons": [ { "src": "/icon-96x96.png", "sizes": "96x96", "type": "image/png" } ] } ], "icons": [ { "src": "/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable any" }, { "src": "/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" } ], "screenshots": [ { "src": "/screenshots/mobile-habits-list.png", "sizes": "390x844", "type": "image/png", "platform": "narrow", "label": "Habit tracking interface on mobile" }, { "src": "/screenshots/mobile-analytics.png", "sizes": "390x844", "type": "image/png", "platform": "narrow", "label": "Analytics dashboard on mobile" }, { "src": "/screenshots/desktop-dashboard.png", "sizes": "1280x800", "type": "image/png", "platform": "wide", "label": "Full dashboard on desktop" } ], "prefer_related_applications": false, "related_applications": [ { "platform": "play", "url": "https://play.google.com/store/apps/details?id=com.liferpg.app", "id": "com.liferpg.app" }, { "platform": "itunes", "url": "https://apps.apple.com/app/liferpg/id123456789", "id": "123456789" } ], "protocol_handlers": [ { "protocol": "liferpg", "url": "/habit?id=%s" } ], "file_handlers": [ { "action": "/import", "accept": { "application/json": [".json"], "text/csv": [".csv"] } } ] }