{
  "name": "Finding Horizons",
  "short_name": "Horizons",
  "description": "AI travel command center — save anywhere, plan everything.",
  "start_url": "/points",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060a11",
  "theme_color": "#060a11",
  "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"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Import from link",
      "url": "/share",
      "description": "Paste or share a link to save a place"
    },
    {
      "name": "My Points",
      "url": "/points",
      "description": "View your saved places"
    }
  ]
}
