{
  "name": "Votelytix — Where Opinions Become Insights",
  "short_name": "Votelytix",
  "description": "Vote on polls that matter. Discover what the world really thinks.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "white",
  "theme_color": "#fbbc04",
  "categories": ["news", "social", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Home Feed",
      "url": "/home",
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trending",
      "url": "/trending",
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Poll",
      "url": "/create",
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
