{ "name": "PeakTrail GPS Tracker", "short_name": "PeakTrail", "description": "GPS cycling and running tracker with local activity history and GPX export.", "start_url": "./index.html", "scope": "./", "display": "standalone", "orientation": "portrait-primary", "background_color": "#f6f4f1", "theme_color": "#fc4c02", "categories": ["fitness", "sports", "health"], "icons": [ { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }, { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ] }