hyper-tuner-cloud/public/manifest.json

29 lines
584 B
JSON

{
"short_name": "SpeedyTuner",
"name": "SpeedyTuner Cloud",
"description": "SpeedyTuner Cloud - Share your Speeduino tune and logs",
"icons": [
{
"src": "/icons/icon.ico",
"type": "image/x-icon",
"sizes": "256x256"
},
{
"src": "/icons/icon.png",
"type": "image/png",
"sizes": "512x512"
}
],
"screenshots" : [
{
"src": "/img/screen.png",
"sizes": "1200x761",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#222629",
"background_color": "#222629"
}