{
  "name": "Express Auto Repair",
  "short_name": "Express Auto",
  "description": "Certified Porsche & Tesla repair in San Bruno, CA. Book online & save 10%.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#C41E3A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["automotive", "business", "lifestyle"],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Book a service appointment and save 10%",
      "url": "/?utm_source=pwa_shortcut&utm_medium=pwa&utm_campaign=book",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Call Us",
      "short_name": "Call",
      "description": "Call Express Auto at (650) 588-9199",
      "url": "tel:+16505889199"
    }
  ]
}
