{
  "name": "FabriCAD — Marker & Pattern CAD Viewer",
  "short_name": "FabriCAD",
  "description": "Free online HPGL, DXF and PLT viewer for apparel marker making and pattern grading, with measurement tools, marker efficiency, and a fabric requirement calculator.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0078d4",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "assets/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
  {
    "action": "./",
    "accept": {
      "application/octet-stream": [".plt", ".hpgl", ".hpg", ".dxf", ".mdl", ".vet", ".iba"],
      "text/plain": [".plt", ".hpgl", ".dxf"],
      "application/x-plt": [".plt"],
      "image/vnd.dxf": [".dxf"]
    }
  }
]
}
