{
  "name": "AI Image Enhance - Free AI Photo Enhancement Tools",
  "short_name": "AI Image Enhance",
  "description": "Free AI-powered photo enhancement tools. Upscale images, restore old photos, enhance faces, and remove backgrounds instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0a1a",
  "theme_color": "#9333ea",
  "orientation": "any",
  "categories": ["photo", "utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}