{
  "short_name": "CCMW:hub",
  "name": "CCMW:hub - Copper Canyon Millworks",
  "description": "Complete ERP system for custom cabinetry - Sales, Production, Billing & Installation",
  "icons": [
    {
      "src": "pwa-icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#30373e",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard overview",
      "url": "/dashboard",
      "icons": [{ "src": "pwa-icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "New Lead",
      "short_name": "Lead",
      "description": "Create new lead",
      "url": "/leads",
      "icons": [{ "src": "pwa-icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "View sales pipeline",
      "url": "/opportunities",
      "icons": [{ "src": "pwa-icon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}
