{
  "name": "Django-Foundation",
  "short_name": "Foundation",
  "description": "Foundation for Django is a collection of tools and best practices to help you build modern web applications with Django. It includes a set of reusable components, templates, and utilities that follow the latest web development standards.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#212529",
  "theme_color": "#0d6efd",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
