{
  "name": "Pixl.pet — Privacy-First Image Toolbox",
  "short_name": "Pixl.pet",
  "description": "Free, browser-based image tools — remove backgrounds, blur faces, strip EXIF, convert formats. No upload, no tracking, works offline.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0d0d",
  "theme_color": "#E8A0B4",
  "lang": "en-US",
  "categories": ["photo", "productivity", "utilities"],
  "icons": [
    {
      "src": "/img/axol.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/axol.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Remove Background",
      "short_name": "Remove BG",
      "description": "Open Axol's AI background remover",
      "url": "/remove-bg/",
      "icons": [{ "src": "/img/axol.png", "sizes": "96x96" }]
    },
    {
      "name": "Blur Faces",
      "short_name": "Face Blur",
      "description": "Open Inky's face blurring tool",
      "url": "/face-blur/",
      "icons": [{ "src": "/img/inky.png", "sizes": "96x96" }]
    },
    {
      "name": "Convert Images",
      "short_name": "Convert",
      "description": "Open Morpho's format converter",
      "url": "/converter/",
      "icons": [{ "src": "/img/morpho.png", "sizes": "96x96" }]
    }
  ]
}
