{
  "id": "/",
  "name": "Gamepouch",
  "short_name": "Gamepouch",
  "description": "All your games in one place. Track your library across Steam, Epic, GOG and Xbox.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1f1610",
  "theme_color": "#1f1610",
  "categories": ["games", "entertainment", "social"],
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1579x958",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pick up where you left off"
    },
    {
      "src": "/screenshots/library-desktop.png",
      "sizes": "1580x955",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Your library across Steam, Epic and GOG"
    },
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "594x955",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home"
    },
    {
      "src": "/screenshots/library-mobile.png",
      "sizes": "594x955",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Library on mobile"
    }
  ]
}
