{
  "name": "Springfield Auto Parts & Repair",
  "short_name": "Springfield Auto",
  "description": "Professional auto parts and repair services - Book appointments easily",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#140a08",
  "theme_color": "#f04422",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "icons/springfield96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/springfield192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/springfield512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["automotive", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Appointment",
      "description": "Schedule a service appointment",
      "url": "/index.html#appointment",
      "icons": [{ "src": "icons/springfield96.png", "sizes": "96x96" }]
    },
    {
      "name": "Ask a Question",
      "short_name": "Contact",
      "description": "Send us a question",
      "url": "/index.html#question",
      "icons": [{ "src": "icons/springfield96.png", "sizes": "96x96" }]
    }
  ]
}