{
  "name": "Infinite App Store - Next-Gen App Marketplace",
  "short_name": "Infinite App Store",
  "description": "Discover, review, and download premium apps, tools, and games.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0F19",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "games", "shopping"],
  "shortcuts": [
    {
      "name": "Top Free Apps",
      "url": "/?tab=top-free",
      "description": "Browse the most popular free apps"
    },
    {
      "name": "Top Games",
      "url": "/?category=Games",
      "description": "Browse trending games"
    }
  ]
}
