oneuptime/Home/Static/manifest.json

22 lines
457 B
JSON
Executable File

{
"short_name": "OneUptime",
"name": "OneUptime",
"icons": [
{
"src": "/img/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}