{
  "name": "KiduArt – Paint & Draw",
  "short_name": "KiduArt",
  "description": "A fun and powerful paint & drawing app for kids and creators.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0d0d1a",
  "theme_color": "#1a1a2e",
  "categories": ["education", "kids", "art"],
  "icons": [
    {
      "src": "icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Drawing",
      "short_name": "New",
      "description": "Start a fresh blank canvas",
      "url": "/index.html",
      "icons": [{ "src": "icons/favicon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
