{
  "id": "/",
  "name": "Stellia Editor",
  "short_name": "Stellia",
  "description": "編集内容を外部に送信しないローカル Markdown / Web エディター & Diff Viewer。インストールすればオフラインでも動作し、.md / .markdown / .yaml / .yml / .json / .stellia.workspace の関連付けにも対応します。",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "lang": "ja",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "theme_color": "#7c3aed",
  "background_color": "#f7f3fe",
  "icons": [
    { "src": "assets/stellia-editor-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/stellia-editor-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/stellia-editor-icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/stellia-editor-icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "assets/stellia-editor-og.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide", "label": "Stellia Editor" }
  ],
  "shortcuts": [
    { "name": "Markdown Editor", "short_name": "Markdown", "url": "editor.html", "icons": [{ "src": "assets/md-editor-icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Web Editor", "short_name": "Web", "url": "web-editor.html", "icons": [{ "src": "assets/web-editor-icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Diff Viewer", "short_name": "Diff", "url": "diff-viewer.html", "icons": [{ "src": "assets/diff-viewer-icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Color Palette", "short_name": "Palette", "url": "color-palette.html", "icons": [{ "src": "assets/color-palette-icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "launch_handler": { "client_mode": "navigate-existing" },
  "file_handlers": [
    {
      "action": "editor.html",
      "name": "Markdown・YAML・JSON",
      "accept": {
        "text/markdown": [".md", ".markdown"],
        "application/json": [".json"],
        "application/yaml": [".yaml", ".yml"]
      },
      "icons": [{ "src": "assets/md-editor-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "action": "./",
      "name": "Stellia ワークスペース",
      "accept": {
        "application/json": [".workspace"]
      },
      "icons": [{ "src": "assets/stellia-editor-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
