{
  "name": "iPixLab.com — Free Image Tools",
  "short_name": "iPixLab",
  "description": "15+ free online image tools — compress, resize, crop, convert, remove background, GIF maker and more. No signup, 100% browser-based.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#845ef7",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["photo", "productivity", "utilities"],
  "icons": [
    {
      "src": "/img/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Image",
      "short_name": "Compress",
      "url": "/compress/",
      "icons": [{"src": "/img/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Remove Background",
      "short_name": "Remove BG",
      "url": "/remove-bg/",
      "icons": [{"src": "/img/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Convert Image",
      "short_name": "Convert",
      "url": "/convert/",
      "icons": [{"src": "/img/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Image to GIF",
      "short_name": "GIF Maker",
      "url": "/gif/",
      "icons": [{"src": "/img/icon-96.png", "sizes": "96x96"}]
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot-home.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "iPixLab.com Home — 15+ Free Image Tools"
    },
    {
      "src": "/img/screenshot-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "iPixLab.com on Mobile"
    }
  ]
}
