{ "name": "Gridly", "short_name": "Gridly", "description": "Tile-Explorer für deine Aktivitäten", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "any", "background_color": "#f8f3ec", "theme_color": "#845EC2", "lang": "de", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ], "share_target": { "action": "./?shared=1", "method": "POST", "enctype": "multipart/form-data", "params": { "files": [ { "name": "gpx", "accept": [".gpx", "application/gpx+xml", "application/octet-stream"] } ] } } }