mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
"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
28 lines
687 B
JSON
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"
|
|
}
|