{
  "name": "Preask — Ask Before the Event",
  "short_name": "Preask",
  "description": "Collect audience questions before and during your event. Anonymous, upvoted, live.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0F3460",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon-app.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create event",
      "short_name": "New event",
      "url": "/dashboard/events/new",
      "icons": [{ "src": "/favicon-app.png", "sizes": "192x192" }]
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon-app.png", "sizes": "192x192" }]
    }
  ]
}
