{
  "name": "Fabrication Plan",
  "short_name": "Fabrication Plan",
  "description": "Coordinate orders, costs, and team responsibilities for fabrication shop management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e3a5f",
  "theme_color": "#ff6b35",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/fabricationplan-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/fabricationplan-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Create a new fabrication project",
      "url": "/?action=new-project",
      "icons": [{ "src": "/fabricationplan-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View project dashboard",
      "url": "/?view=dashboard",
      "icons": [{ "src": "/fabricationplan-logo.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf", ".dwg", ".dxf"]
        }
      ]
    }
  }
}
