{
  "name": "CircleSync - Friend Location Tracker",
  "short_name": "CircleSync",
  "description": "See your circle of friends on a live map — anywhere in the world.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#059669",
  "theme_color": "#059669",
  "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"
    }
  ],
  "permissions": ["geolocation"],
  "shortcuts": [
    {
      "name": "My Circles",
      "short_name": "Circles",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
