Files
bab-app/src-pwa/manifest.json
Patrick Toal 2a949d771a
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m1s
refactor: Redo env var names to work with vite. Add version
2024-06-09 08:53:34 -04:00

33 lines
629 B
JSON

{
"orientation": "natural",
"background_color": "#ffffff",
"theme_color": "#027be3",
"icons": [
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}