manifest.json (484B)
1 { 2 "name": "Bahnhofsfotos", 3 "short_name": "Bahnhofsfotos", 4 "start_url": ".", 5 "display": "minimal-ui", 6 "background_color": "#0175C2", 7 "theme_color": "#0175C2", 8 "description": "Bahnhofsfoto-App for Android and iOS using Flutter", 9 "orientation": "portrait-primary", 10 "prefer_related_applications": false, 11 "icons": [ 12 { 13 "src": "icons/Icon-192.png", 14 "sizes": "192x192", 15 "type": "image/png" 16 } 17 ] 18 }