{
  "name": "DUK — Did You Know",
  "short_name": "DUK",
  "description": "Spot and share local happenings — food pop-ups, gigs, markets, games & more — so you never miss out.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#F7F9FB",
  "theme_color": "#FF6B6B",
  "categories": ["lifestyle", "social", "events"],
  "icons": [
    {
      "src": "/placeholder.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Post a happening",
      "short_name": "Post",
      "url": "/?action=post&source=pwa",
      "description": "Quickly share a local happening"
    },
    {
      "name": "Map view",
      "short_name": "Map",
      "url": "/?view=map&source=pwa",
      "description": "See what's happening near you on the map"
    }
  ]
}
