{
  "name": "MapiGO - Travel Planning & Exploration Map",
  "short_name": "MapiGO",
  "description": "Mark places on the map, plan your travels, and explore the world. Track visited locations, conquered peaks, and share your journey with the travel community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#00BA4E",
  "categories": ["travel", "navigation", "productivity", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "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-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=net.mapigo.app",
      "id": "net.mapigo.app"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Launch Web App",
      "short_name": "Web App",
      "description": "Open MapiGO web application",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
