{
  "name": "On-Tracker",
  "short_name": "On-Tracker",
  "description": "An application for managing aircraft bookings, flight logs, pilot details, and aircraft records. Data is stored securely in the cloud.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0284c7",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}