{
  "name": "VIPToolkit - Free Online Tools",
  "short_name": "VIPToolkit",
  "description": "Powerful free tools for image conversion, compression, JSON formatting, and more. 100% client-side, no uploads, completely private.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#6c63ff",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "/og/default.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Image Converter",
      "short_name": "Convert Images",
      "description": "Convert between JPG, PNG, and WebP formats",
      "url": "/image-converter",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "JSON Formatter",
      "short_name": "Format JSON",
      "description": "Format and validate JSON instantly",
      "url": "/json-formatter",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192",
          "type": "image/x-icon"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/json", ".txt"]
        }
      ]
    }
  }
}
