You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"name": "Compass",
|
|
"short_name": "Compass",
|
|
"author": "Keith Irwin",
|
|
"description": "Compass and GPS web app",
|
|
"homepage_url": "https://github.com/keith24/Compass",
|
|
|
|
"orientation": "portrait",
|
|
"theme_color": "black",
|
|
"background_color": "black",
|
|
"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-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-128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/favicon-16x16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/favicon-196x196.png",
|
|
"sizes": "196x196",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/favicon-32x32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/favicon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/favicon.ico",
|
|
"sizes": "16x16 24x24 32x32 48x48 64x64",
|
|
"type": "image/ico"
|
|
}, {
|
|
"src": "icons/mstile-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/mstile-150x150.png",
|
|
"sizes": "150x150",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/mstile-310x150.png",
|
|
"sizes": "310x150",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/mstile-310x310.png",
|
|
"sizes": "310x310",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "icons/mstile-70x70.png",
|
|
"sizes": "70x70",
|
|
"type": "image/png"
|
|
}]
|
|
}
|