{
  "name": "Points & Status",
  "short_name": "Points & Status",
  "description": "Local-first rewards command center with cards, benefits, points, trips, personalized briefings and reminders.",
  "start_url": "/workspace/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080b0f",
  "theme_color": "#080b0f",
  "icons": [
    {
      "src": "/assets/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Command Center",
      "url": "/workspace/"
    },
    {
      "name": "My Briefing",
      "url": "/workspace/briefing/"
    },
    {
      "name": "Notifications",
      "url": "/workspace/notifications/"
    },
    {
      "name": "Trip Dashboard",
      "url": "/workspace/trips/"
    }
  ]
}