{
  "id": "/chat",
  "name": "thinkapenny.ai Chat",
  "short_name": "Chat",
  "description": "A chat client for the models this site serves, with your conversations and standing instructions kept between machines.",
  "start_url": "/chat",
  "scope": "/chat",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0f17",
  "theme_color": "#0b0f17",
  "icons": [
    {
      "src": "/icons/chat-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/chat-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/chat-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
