1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-18 22:08:27 +00:00
thatmattlove-hyperglass/hyperglass/static/images/favicons/site.webmanifest
checktheroads 0728965999 fix import
2020-01-17 02:50:57 -07:00

19 lines
444 B
JSON
Executable file

{
"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"
}