{
  "name": "SoloTrack — Location Tracker",
  "short_name": "SoloTrack",
  "description": "Real-time family location tracker for Sri Lanka powered by Dialog LBS. Track loved ones who have given consent, view 7-day history, and auto-refresh locations.",
  "start_url": "/?source=pwa",
  "id": "space.solotrack.app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#060D1B",
  "theme_color": "#22C55E",
  "lang": "en",
  "scope": "/",
  "categories": ["utilities", "navigation", "lifestyle"],
  "dir": "ltr",
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/icons/App_Icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/High-res_Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Maskable_Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/icons/High-res_Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SoloTrack — real-time location map"
    },
    {
      "src": "/icons/High-res_Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SoloTrack — manage tracked contacts"
    }
  ],

  "shortcuts": [
    {
      "name": "Track All",
      "short_name": "Track",
      "description": "Refresh all target locations",
      "url": "/?action=track",
      "icons": [{ "src": "/icons/App_Icon.png", "sizes": "192x192" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View location history",
      "url": "/?action=history",
      "icons": [{ "src": "/icons/App_Icon.png", "sizes": "192x192" }]
    }
  ],

  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "focus-existing" }
}
