{
  "name": "Solar Express",
  "short_name": "Solar Express",
  "description": "Base Progressive Web App starter for courier and operations workflows.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f8fc",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "./icons/courier-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/courier-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
