{ "name": "Diet Tracker", "short_name": "DietTracker", "description": "Installable, fully offline Next.js app", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#111111", "icons": [ { "src": "/icons/dt_192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/dt_512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" } ] }