{
  "name": "ImageForge | Pro Image Tools",
  "short_name": "ImageForge",
  "description": "Free ICO generator and batch pixel resizer. Convert PNG/JPG/SVG to favicon bundles, resize sprites with palette quantization.",
  "start_url": "/ai_studio_code.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0c0a1d",
  "theme_color": "#0f172a",
  "categories": ["utilities", "design"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.ico",
      "sizes": "64x64 48x48 32x32 16x16",
      "type": "image/x-icon"
    }
  ]
}
