{
  "name": "Color for Fun",
  "short_name": "ColorForFun",
  "description": "Color for Fun is a coloring app for everyone who loves creativity - kids, teens, and adults alike!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#7C3AED",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "categories": [
    "entertainment",
    "lifestyle",
    "games"
  ],
  "shortcuts": [
    {
      "name": "Featured Pages",
      "short_name": "Featured",
      "description": "Browse featured coloring pages",
      "url": "/featured",
      "icons": [
        {
          "src": "/icons/star-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "View your account and settings",
      "url": "/account",
      "icons": [
        {
          "src": "/icons/user-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}