{
  "name": "CenterOf",
  "short_name": "CenterOf",
  "description": "Find the fairest meeting spot for your whole group",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f52d9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/api/pwa-icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["navigation", "food", "travel"],
  "shortcuts": [
    {
      "name": "Meet Up",
      "url": "/",
      "description": "Find a meeting spot for your group"
    },
    {
      "name": "Road Trip",
      "url": "/?appmode=roadtrip",
      "description": "Plan a road trip with stops"
    }
  ]
}
