{
  "name": "Talon Tire - Premium Tire Dealer",
  "short_name": "Talon Tire",
  "description": "Independent tire specialist since 1971 with extensive knowledge of tire applications. Quality tires for all vehicle types in Montreal, Quebec.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-CA",
  "dir": "ltr",
  "categories": ["automotive", "business", "shopping"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Tires",
      "short_name": "Search",
      "description": "Search for tires by size or vehicle",
      "url": "/tires",
      "icons": [
        {
          "src": "/img/tire-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Book Appointment",
      "short_name": "Appointment",
      "description": "Schedule a tire installation or service",
      "url": "/appointments",
      "icons": [
        {
          "src": "/img/calendar-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Wheels",
      "short_name": "Wheels",
      "description": "Browse our wheel catalog",
      "url": "/wheels",
      "icons": [
        {
          "src": "/img/wheel-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our team",
      "url": "/contact",
      "icons": [
        {
          "src": "/img/contact-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
} 