{
  "name": "RestockMate",
  "short_name": "RestockMate",
  "description": "Scan it once. Never forget it again. Restocking for independent shops.",
  "start_url": "/list",
  "display": "standalone",
  "background_color": "#F8FAFC",
  "theme_color": "#0B55C4",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}