mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
955e801547
* Start pixi v6.5 changes * Fix assets * Add tilemap back * Update stylesheets * Update icons * Update room preview window * Update renderer config * Bump renderer version * Fix sass warning * Change start command
21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"start_url": "/",
|
|
"name": "Nitro",
|
|
"short_name": "Nitro",
|
|
"icons": [
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|