{
  "name": "Colour Roll",
  "short_name": "Colour Roll",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "categories": ["education", "entertainment"],
  "background_color": "#ffffff",
  "theme_color": "#005483",
  "description": "An interactive app that allows users to explore the colors used in famous paintings and learn about the objects depicted in them.",
  "language": "en",
  "icons": [
    {
      "src": "/icons/logo192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}