{
  "name": "ZYRNTOPO",
  "short_name": "ZYRNTOPO",
  "description": "Offline maps for backcountry travel, field work, and search and rescue",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111111",
  "theme_color": "#111111",
  "lang": "en",
  "scope": "/",
  "icons": [
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["navigation", "utilities", "outdoor"],
  "screenshots": [
    {
      "src": "/assets/phonead-960.webp",
      "sizes": "960x1439",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "ZYRNTOPO mobile map interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Marker",
      "short_name": "Marker",
      "description": "Drop a marker at center",
      "url": "/?action=marker",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Open Offline Maps",
      "short_name": "Offline",
      "description": "Open the app for offline map planning",
      "url": "/?panel=offline",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
