{
  "name": "Epstein Gacha",
  "short_name": "EpsteinGacha",
  "description": "A free collectible card game turning publicly released Epstein Files into trading cards for public awareness.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Packs",
      "url": "/",
      "icons": [{ "src": "/shortcut-packs.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Collection",
      "url": "/collection",
      "icons": [{ "src": "/shortcut-collection.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Battle",
      "url": "/battle",
      "icons": [{ "src": "/shortcut-battle.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
