You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.2 KiB
94 lines
2.2 KiB
{
|
|
"name": "HikeMap Trail Navigator",
|
|
"short_name": "HikeMap",
|
|
"description": "GPS trail navigation, tracking, and geocaching app for hikers",
|
|
"start_url": "https://maps.bibbit.duckdns.org/",
|
|
"scope": "https://maps.bibbit.duckdns.org/",
|
|
"display": "standalone",
|
|
"theme_color": "#4CAF50",
|
|
"background_color": "#ffffff",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["navigation", "sports", "travel"],
|
|
"icons": [
|
|
{
|
|
"src": "/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshot-1.png",
|
|
"sizes": "540x720",
|
|
"type": "image/png",
|
|
"label": "Trail navigation view"
|
|
},
|
|
{
|
|
"src": "/screenshot-2.png",
|
|
"sizes": "540x720",
|
|
"type": "image/png",
|
|
"label": "Track editing tools"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Start Navigation",
|
|
"short_name": "Navigate",
|
|
"description": "Start navigation mode",
|
|
"url": "/?mode=navigate",
|
|
"icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
|
|
},
|
|
{
|
|
"name": "Edit Tracks",
|
|
"short_name": "Edit",
|
|
"description": "Open track editor",
|
|
"url": "/?mode=edit",
|
|
"icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
|
|
}
|
|
],
|
|
"prefer_related_applications": false,
|
|
"related_applications": []
|
|
}
|