{
  "name": "Fold Book Generator for Kids",
  "short_name": "Fold Book",
  "description": "Create a printable mini fold book from one 8-page image grid. Runs entirely in your browser.",
  "id": "/apps/children/fold-book-generator/",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f2ed",
  "theme_color": "#c43e2a",
  "categories": ["kids", "education", "games"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
