{
  "name": "HeyChoosy",
  "short_name": "HeyChoosy",
  "description": "Can't decide between a few options? Let the crowd share their wisdom and real-world experience.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F5F2",
  "theme_color": "#E8621A",
  "categories": [
    "social",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Home Feed – Trending Polls"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Poll",
      "short_name": "Create",
      "description": "Create a new poll",
      "url": "/create",
      "icons": [
        {
          "src": "/icons/create-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "description": "See trending polls",
      "url": "/?tab=trending",
      "icons": [
        {
          "src": "/icons/trending-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}