{
  "name": "FixGrid — Electronics Repair Marketplace",
  "short_name": "FixGrid",
  "description": "Find trusted repair shops and technicians for any device. Book, pay, and track repairs on FixGrid.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#1A56DB",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-512x512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Find a technician",
      "short_name": "Search",
      "description": "Search for repair technicians near you",
      "url": "/search"
    },
    {
      "name": "My repairs",
      "short_name": "Repairs",
      "description": "View your active repair bookings",
      "url": "/dashboard"
    }
  ]
}
