{
  "name": "%REACT_APP_BRAND_NAME%",
  "short_name": "%REACT_APP_BRAND_NAME%",
  "description": "%REACT_APP_BRAND_NAME% — ERP multi-module de gestion d'entreprise",
  "start_url": "%PUBLIC_URL%/",
  "scope": "%PUBLIC_URL%/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0E7C66",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "%PUBLIC_URL%/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "%PUBLIC_URL%/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
