manifest.json (351 B )
1 { 2 "id": "./", 3 "name": "events", 4 "short_name": "events", 5 "description": "events", 6 "start_url": "./", 7 "scope": "./", 8 "display": "standalone", 9 "background_color": "antiquewhite", 10 "theme_color": "antiquewhite", 11 "icons": [ 12 { 13 "src": "resources/icon.png", 14 "sizes": "1024x1024", 15 "type": "image/png", 16 "purpose": "any maskable" 17 } 18 ] 19 }