{
  "name": "Coloring Circus - Free Printable Coloring Pages",
  "short_name": "Coloring Circus",
  "description": "Discover thousands of free printable coloring pages for kids and adults. Browse by categories, collections, and difficulty levels.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["entertainment", "kids", "education"],
  "icons": [
    {
      "src": "/static/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/img/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/static/img/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Coloring Circus homepage showing featured collections"
    },
    {
      "src": "/static/img/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Coloring Circus mobile view with coloring pages"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Categories",
      "short_name": "Categories",
      "description": "Browse coloring pages by category",
      "url": "/categories/",
      "icons": [
        {
          "src": "/static/img/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Latest Pages",
      "short_name": "Latest",
      "description": "View the newest coloring pages",
      "url": "/latest/",
      "icons": [
        {
          "src": "/static/img/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
