{
  "name": "Minimalist Tag Chat",
  "short_name": "TagChat",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#0a0c10",
  "theme_color": "#7c3aed",
  "description": "A lightweight, tag-based chat application running entirely on JSON files.",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "./assets/icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ]
}
