22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"name": "Meshviewer",
|
|
"short_name": "Meshviewer",
|
|
"icons": [
|
|
{
|
|
"src": "./android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#dc0067",
|
|
"background_color": "#dc0067",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|