{
  "name": "Switch 2 Master Tracker",
  "short_name": "SW2 Tracker",
  "description": "Track your Nintendo Switch 2 game collection, wishlists, consoles, and accessories.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f0f11",
  "theme_color": "#e60012",
  "orientation": "any",
  "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": ["games", "utilities"],
  "shortcuts": [
    {
      "name": "Games",
      "url": "/?tab=games",
      "description": "Browse and track games"
    },
    {
      "name": "Wishlist",
      "url": "/?tab=games&filter=wishlist",
      "description": "View your wishlist"
    }
  ]
}
