{
  "name": "Sync View - Dual Map Comparison Tool",
  "short_name": "Sync View",
  "description": "Synchronized dual-map viewer for comparing locations and distances with precision measurement tools",
  "start_url": "/syncview/",
  "scope": "/syncview/",
  "id": "/syncview/",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "categories": ["utilities", "productivity", "navigation"],
  "screenshots": [
    {
      "src": "images/screenshot.webp",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dual map comparison view"
    },
    {
      "src": "images/screenshot.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Sync View mobile interface"
    }
  ],
  "icons": [
    {
      "src": "images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Comparison",
      "short_name": "Compare",
      "description": "Start a new map comparison",
      "url": "/syncview/?action=new",
      "icons": [{ "src": "images/svgs/center.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
