1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/hyperglass/static/images/favicon/site.webmanifest
checktheroads 47f1b938cd initial
2019-05-07 23:21:41 -07:00

19 lines
444 B
JSON

{
"name": "hyperglass",
"short_name": "hyperglass",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#330036",
"background_color": "#330036",
"display": "standalone"
}