{
  "name": "Mingo",
  "short_name": "Mingo",
  "description": "Stop doom-scrolling for events",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#FF4D88",
  "background_color": "#89C4E1",
  "categories": ["entertainment", "social", "lifestyle"],
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Upcoming Events",
      "short_name": "Upcoming",
      "url": "/events/upcoming",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }]
    },
    {
      "name": "Saved Events",
      "short_name": "Saved",
      "url": "/events/saved",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }]
    },
    {
      "name": "Tracked Profiles",
      "short_name": "Profiles",
      "url": "/settings/tracked-accounts",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }]
    }
  ]
}
