manifest.json
1 { 2 "name": "Welke Deelauto?", 3 "short_name": "WelkeDeelauto", 4 "theme_color": "#2196f3", 5 "background_color": "#2196f3", 6 "display": "standalone", 7 "orientation": "portrait", 8 "scope": "/", 9 "start_url": "/", 10 "icons": [ 11 { 12 "src": "icons/favicon.ico", 13 "sizes": "48x48", 14 "type": "image/ico", 15 "purpose": "maskable any" 16 } 17 ], 18 "splash_pages": null 19 }