meshviewer/assets/favicon/site.webmanifest

22 lines
501 B
Plaintext
Raw Normal View History

{
"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": ".",
2017-06-04 14:41:13 +00:00
"display": "standalone",
"orientation": "portrait"
}