{
  "name": "Swirl Gift",
  "short_name": "SwirlGift",
  "description": "Earn activity points, complete tasks, enter giveaways, and win games.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#6d28d9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Giveaways",
      "url": "/giveaways",
      "description": "Browse active giveaways"
    },
    {
      "name": "Tasks",
      "url": "/tasks",
      "description": "Complete tasks to earn points"
    },
    {
      "name": "Games",
      "url": "/games",
      "description": "Browse game catalog"
    }
  ]
}
