Added manifest, browserconfig

master
Keith Irwin 2017-08-07 17:37:23 -04:00
parent 2fdbcc8be5
commit 918a93108c
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
3 changed files with 64 additions and 18 deletions

View File

@ -1,18 +0,0 @@
{
"name": "Streetmap Me",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#da532c",
"background_color": "#da532c",
"display": "standalone"
}

64
manifest.webmanifest Normal file
View File

@ -0,0 +1,64 @@
{
"name": "Streetmap Me",
"short_name": "Streetmap Me",
"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"
}]
}