frontend/public/AdaptiveDashboard/manifest.json
2025-04-22 15:05:26 -06:00

26 lines
522 B
JSON

{
"name": "Adaptive Dashboard",
"short_name": "Adaptive",
"icons": [
{
"src": "favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"theme_color": "#272727",
"background_color": "#424242",
"display": "standalone",
"orientation": "any"
}