pyscript-bootstrap-templates/examples/01_hello_world/manifest.json
2022-10-16 10:23:01 +02:00

1 line
274 B
JSON

{"name": "01_hello_world", "short_name": "01_hello_world", "start_url": "./index.html", "scope": ".", "display": "standalone", "background_color": "#000000", "theme_color": "#ffffff", "icons": [{"src": "resources/icon-512x512.png", "type": "image/png", "sizes": "512x512"}]}