{
  "name": "Pathhaus — Single Line Fonts",
  "short_name": "Pathhaus",
  "description": "Browse, optimize, and create single-line fonts for laser engravers and pen plotters.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "design"],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/svg+xml", ".svg"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Browse Fonts",
      "url": "/fonts",
      "description": "Browse the SLF font library"
    },
    {
      "name": "Node Counter",
      "url": "/tools/node-counter",
      "description": "Count and optimize SVG nodes"
    },
    {
      "name": "Studio",
      "url": "/studio",
      "description": "Compose and export text"
    }
  ]
}
