{
  "name": "Scan App",
   "id": "/",
  "short_name": "Scan App",
  "screenshots": [{
   "src": "images/desktop-screenshot.png",
    "sizes": "1280x649",
  "type": "image/png",
  "form_factor": "wide"
  }],
  "label": "My App Dashboard",

  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/images/pm_olaplex.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}