1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00
pds-2021-g2-nest/public/manifest.json

26 lines
566 B
JSON
Raw Normal View History

2021-04-20 22:07:39 +00:00
{
2021-04-27 13:27:17 +00:00
"short_name": "NEST",
"name": "N.E.S.T.",
2021-04-20 22:09:13 +00:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
2021-04-27 13:27:17 +00:00
"theme_color": "#34607A",
"background_color": "#3B7097"
2021-04-20 22:07:39 +00:00
}