{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "short_name": "WorkApp",
  "name": "WorkApp",
  "icons": [
    {
      "src": "workapp-icon-dot-motion-192.gif",
      "type": "image/gif",
      "sizes": "192x192"
    },
    {
      "src": "workapp-icon-dot-motion-512.gif",
      "type": "image/gif",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#101827",
  "background_color": "#101827"
}
