streetmapme/manifest.webmanifest

65 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-08-07 15:37:23 -06:00
{
"name": "Streetmap Me",
2017-08-07 16:11:29 -06:00
"short_name": "Streetmap",
2017-08-07 15:37:23 -06:00
"author": "Keith Irwin",
"description": "A streetview image of your GPS location",
"homepage_url": "https://streetmap.me",
"theme_color": "#da532c",
"background_color": "#da532c",
"display": "standalone",
"icons": [{
"src": "icons/apple-touch-icon-114x114.png",
"sizes": "114x114",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-120x120.png",
"sizes": "120x120",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-57x57.png",
"sizes": "57x57",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-60x60.png",
"sizes": "60x60",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "icons/apple-touch-icon-76x76.png",
"sizes": "76x76",
"type": "image/png"
}, {
"src": "icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "icons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "icons/favicon.ico",
"sizes": "48x48",
"type": "image/ico"
}, {
"src": "icons/mstile-150x150.png",
"sizes": "150x150",
"type": "image/png"
}]
2017-08-07 16:11:29 -06:00
}