{
  "name": "Rabbit Polls",
  "short_name": "Rabbit Polls",
  "description": "Create, share, and vote on polls with real-time results.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": ["social", "entertainment", "productivity"],
  "shortcuts": [
    {
      "name": "Create Poll",
      "short_name": "Create",
      "description": "Start a new Rabbit Polls question.",
      "url": "/polls/create?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "For You",
      "short_name": "For You",
      "description": "Open your personalized poll feed.",
      "url": "/polls/for-you?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "Review recent Rabbit Polls activity.",
      "url": "/notifications?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
