{
  "name": "PerChat",
  "short_name": "PerChat",
  "description": "A persistent character identity home for conversation, voice, memory, and future embodiment.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#120b1d",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/perchat-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open companion",
      "short_name": "Companion",
      "url": "/"
    },
    {
      "name": "Character",
      "short_name": "Character",
      "url": "/avatar"
    }
  ]
}
