{
  "name": "Global Entry Now",
  "short_name": "GEN",
  "description": "Real-time Global Entry appointment alerts",
  "start_url": "/availability/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/img/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Availability",
      "url": "/availability/",
      "description": "Check appointment availability"
    },
    {
      "name": "Dashboard",
      "url": "/subscribers/dashboard/",
      "description": "Manage your alerts"
    }
  ]
}
