{
  "short_name": "Ecurie",
  "name": "Ecurie Dashboard",
  "description": "All things Ecurie.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "ea-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "ea-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "ea-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot_mobile_dashboard.png",
      "sizes": "385x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ecurie Dashboard on Mobile"
    },
    {
      "src": "screenshot_desktop_login.png",
      "sizes": "1800x913",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ecurie Dashboard on Desktop"
    }
  ]
}