{
  "name": "CeeCollects",
  "short_name": "CeeCollects",
  "description": "Pokémon Card Tracker",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080f",
  "theme_color": "#7c3aed",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "ceecollects-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "ceecollects-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
