{
  "short_name": "GeoTag",
  "name": "GeoTag: Location & Image Mapper",
  "start_url": "/apps/locator/index.html",
  "scope": "/apps/locator/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "description": "Capture images with GPS coordinates and export them directly to your local file system.",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "750x1553",
      "type": "image/png",
      "label": "GeoTag on Mobile"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GeoTag on Desktop"
    }
  ]
}