{
  "name": "%REACT_APP_SITE_NAME%",
  "short_name": "%REACT_APP_SITE_SHORT_NAME%",
  "description": "%REACT_APP_SITE_DESCRIPTION%",
  "start_url": "/",
  "display": "standalone",
  "background_color": "%REACT_APP_PWA_BACKGROUND_COLOR%",
  "theme_color": "%REACT_APP_PWA_THEME_COLOR%",
  "icons": [
    {
      "src": "%REACT_APP_PWA_ICON_192%",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "%REACT_APP_PWA_ICON_512%",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ]
} 