{
  "name": "A+ Appliance Repair CRM",
  "short_name": "A+ CRM",
  "description": "Complete CRM system for appliance repair business management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#6C5DD3",
  "theme_color": "#6C5DD3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "New Appt",
      "description": "Create a new appointment",
      "url": "/admin/appointments?action=new",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "View Invoices",
      "short_name": "Invoices",
      "description": "View all invoices",
      "url": "/admin/invoices",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
