mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-09 23:24:09 -08:00
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"display" : "standalone",
|
|
"icons" : [
|
|
{
|
|
"sizes" : "192x192",
|
|
"src" : "/android-chrome-192x192.png",
|
|
"type" : "image/png"
|
|
},
|
|
{
|
|
"sizes" : "512x512",
|
|
"src" : "/android-chrome-512x512.png",
|
|
"type" : "image/png"
|
|
}
|
|
],
|
|
"name" : "MeshMap.net",
|
|
"short_name" : "MeshMap"
|
|
}
|