{
  "name": "TrayFlow",
  "short_name": "TrayFlow",
  "description": "Cable Tray Layout Builder",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "browser"],
  "orientation": "any",
  "theme_color": "#7c3aed",
  "background_color": "#050914",
  "categories": ["productivity", "utilities", "engineering"],
  "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 maskable"
    },
    {
      "src": "/icons/trayflow-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/trayflow-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Builder",
      "short_name": "Builder",
      "url": "/builder",
      "icons": [{ "src": "/icons/trayflow-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/trayflow-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
