{
  "name": "AviateSync - Pilot Logbook",
  "short_name": "AviateSync",
  "description": "Automated pilot logbook — upload your roster, AI reads it, tail numbers and block times sync automatically.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#090E1A",
  "theme_color": "#090E1A",
  "lang": "en-US",
  "dir": "ltr",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AviateSync Logbook"
    }
  ],
  "categories": ["productivity", "travel", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Upload Roster",
      "short_name": "Upload",
      "description": "Upload a new monthly roster",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Logbook",
      "short_name": "Logbook",
      "description": "View your flight logbook",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
