{
  "name": "PTCG Lab",
  "short_name": "PTCG Lab",
  "description": "Free Pokémon TCG Pocket tools — card explorer, deck builder, fluidity lab & pack simulator. Runs 100% offline in your browser.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "lang": "en",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "logo.PNG",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Explorer",
      "short_name": "Explorer",
      "description": "Browse the PTCG Pocket card database",
      "url": "./?page=explorer",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Pack Simulator",
      "short_name": "Pack Sim",
      "description": "Simulate pack openings",
      "url": "./?page=packsim",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
