{
  "id": "/",
  "name": "Verbo",
  "short_name": "Verbo",
  "description": "Offline-first PWA text editor with Markdown, CSV & code support",
  "start_url": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "theme_color": "#111010",
  "background_color": "#111010",
  "categories": ["productivity", "utilities"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/markdown": [".md", ".markdown", ".mdown", ".mkd"]
      },
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "action": "./",
      "accept": {
        "text/plain":         [".txt", ".log"],
        "text/csv":           [".csv", ".tsv"],
        "text/yaml":          [".yml", ".yaml"],
        "text/html":          [".html", ".htm"],
        "text/css":           [".css"],
        "application/javascript": [".js", ".mjs", ".jsx"],
        "application/typescript": [".ts", ".tsx"],
        "application/json":   [".json"],
        "application/sql":    [".sql"],
        "application/xml":    [".xml"]
      },
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
