{
  "name": "RepairHQ - Repair Shop Management",
  "short_name": "RepairHQ",
  "description": "All-in-one repair shop management software for cell phone, computer, and electronics repair businesses.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#3b5bdb",
  "orientation": "any",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New Ticket",
      "short_name": "New Ticket",
      "description": "Create a new repair ticket",
      "url": "/dashboard/tickets/new",
      "icons": [{ "src": "/icon-ticket.png", "sizes": "96x96" }]
    },
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Open point of sale",
      "url": "/dashboard/pos",
      "icons": [{ "src": "/icon-pos.png", "sizes": "96x96" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "View inventory",
      "url": "/dashboard/inventory",
      "icons": [{ "src": "/icon-inventory.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
