{
  "name": "Pocket Chat",
  "short_name": "PocketChat",
  "description": "Mobile-First AI Roleplay & Novel Chat Web App",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1E1B18",
  "theme_color": "#1E1B18",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}