{
 "name": "Used Car Informer",
 "short_name": "UC Informer",
 "description": "We help you see. Free check on any used vehicle: federal recalls, owner complaints, crash ratings, and what actually breaks on that model.",
 "start_url": "./index.html",
 "scope": "./",
 "display": "standalone",
 "orientation": "portrait",
 "background_color": "#EEF0F2",
 "theme_color": "#111418",
 "icons": [
  {
   "src": "icon-192.png?v=6.6",
   "sizes": "192x192",
   "type": "image/png",
   "purpose": "any"
  },
  {
   "src": "icon-512.png?v=6.6",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "any"
  },
  {
   "src": "icon-512-maskable.png?v=6.6",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ],
 "shortcuts": [
  {
   "name": "Scan a VIN",
   "url": "./index.html"
  },
  {
   "name": "Buyer's guides",
   "url": "./guides/index.html"
  }
 ]
}