{
  "name": "FlyPOI - Points of Interest by Pilots, for Pilots",
  "short_name": "FlyPOI",
  "description": "Discover the best $100 hamburgers, camping spots, and runway adventures. By pilots, for pilots.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "navigation", "lifestyle"],
  "shortcuts": [
    {
      "name": "Explore Map",
      "url": "/",
      "description": "Browse airports and POIs"
    },
    {
      "name": "Pilots",
      "url": "/community",
      "description": "Join the pilot community"
    },
    {
      "name": "Events",
      "url": "/events",
      "description": "Find fly-ins and meetups"
    }
  ]
}
