{
  "name": "LocalLLM Studio",
  "short_name": "LocalLLM",
  "description": "OpenAI互換サーバーに接続するチャットUI",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#171717",
  "theme_color": "#7b5cff",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "type": "image/svg+xml", "sizes": "any" }
  ]
}
