1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-28 17:00:55 +00:00
diversity.volt.link/frontend/manifest.json

26 lines
532 B
JSON
Raw Normal View History

2022-11-22 00:51:12 +00:00
{
"short_name": "Diversity",
"name": "Volt Internal Diversity Survey",
"icons": [
{
"src": "volt-logo-white-64.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
},
{
"src": "volt-logo-white-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "volt-logo-white-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "browser",
"theme_color": "#502379",
"background_color": "#502379"
}