{
  "name": "Screenshot Editor - Fast, Private In-Browser Screenshot Editor",
  "short_name": "Screenshot Editor",
  "description": "Fast, private browser-based screenshot editor for blurring sensitive info, cropping, annotating, and adding frames with zero server uploads.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FBFBF9",
  "theme_color": "#2F5CFF",
  "categories": ["productivity", "utilities", "photo"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "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.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Blur Screenshot",
      "short_name": "Blur",
      "description": "Quickly blur numbers, UPI IDs, and private text",
      "url": "/blur-screenshot-online",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "WhatsApp Chat Redaction",
      "short_name": "WhatsApp",
      "description": "Clean up chat screenshots before forwarding",
      "url": "/whatsapp-screenshot-editor",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Crop Screenshot",
      "short_name": "Crop",
      "description": "Trim taskbars and borders with aspect ratio presets",
      "url": "/crop-screenshot-online",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    }
  ]
}
