Files
pybricks-code/public/manifest.json
T
David LechnerandDavid Lechner 48b99cb3a5 public/manifest: change display to "standalone"
"fullscreen" is for immersive apps like games (and is only available
on Android currently which is why we didn't notice the app going
fullscreen on desktop).

Fixes: https://github.com/pybricks/support/issues/867
2022-12-21 20:27:21 -06:00

28 lines
687 B
JSON

{
"short_name": "%REACT_APP_NAME%",
"name": "%REACT_APP_NAME%",
"icons": [
{
"src": "logo192%REACT_APP_SUFFIX%.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo192m%REACT_APP_SUFFIX%.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "logo512%REACT_APP_SUFFIX%.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}