{
  "name": "Stellia Web Editor",
  "short_name": "Stellia Web",
  "description": "ブラウザだけで使えるローカル Web エディター（HTML/CSS/JS/TS/JSP）。編集内容を外部に送信せず、オフラインでも動作。",
  "start_url": "web-editor.html",
  "scope": "./",
  "display": "standalone",
  "lang": "ja",
  "theme_color": "#7c3aed",
  "background_color": "#f7f3fe",
  "icons": [
    {
      "src": "assets/web-editor-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/web-editor-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
