{
  "name": "Spare Price Finder",
  "short_name": "Spare Finder",
  "description": "Mobile spare parts price lookup tool",
  "start_url": "/spare-finder/",
  "scope": "/spare-finder/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#1a1d27",
  "orientation": "portrait",
  "icons": [
    { "src": "/spare-finder/icons/icon-32.png",  "sizes": "32x32",   "type": "image/png" },
    { "src": "/spare-finder/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/spare-finder/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}