{
  "name": "World Ski Tracker",
  "short_name": "Ski Tracker",
  "description": "546 ski mountains worldwide. 3D terrain, piste maps, trip planning, resort compare.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1828",
  "theme_color": "#0d1828",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "travel", "navigation"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "World Ski Tracker map view"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan a Trip",
      "short_name": "Plan Trip",
      "description": "Build a ski road trip itinerary",
      "url": "/?action=trip",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find My Mountain",
      "short_name": "Find Mountain",
      "description": "Find the perfect resort for you",
      "url": "/?action=fmm",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
