{
  "name": "Electrician's Friend - Everything you need, nothing you don't",
  "short_name": "ElectriciansFriend",
  "start_url": "/app/dashboard",
  "scope": "/app/",
  "display": "standalone",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/assets/icons/ef-logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/ef-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}