{
  "id": "/synoxtools",
  "name": "SynoxTools — Image Tools",
  "short_name": "SynoxTools",
  "description": "Free online image tools. Compress, resize, convert, crop, watermark — all in your browser.",
  "version": "1.2.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5B82B8",
  "orientation": "any",
  "categories": ["productivity", "utilities", "graphics"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress",
      "short_name": "Compress",
      "description": "Compress images online — reduce file size without losing quality.",
      "url": "/en/image-compressor",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Resize",
      "short_name": "Resize",
      "description": "Resize images to exact dimensions or use presets.",
      "url": "/en/image-resizer",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Convert",
      "short_name": "Convert",
      "description": "Convert between JPEG, PNG, WebP, GIF, AVIF, and more.",
      "url": "/en/image-converter",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Crop",
      "short_name": "Crop",
      "description": "Crop images with precision using preset aspect ratios or freeform.",
      "url": "/en/image-cropper",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Watermark",
      "short_name": "Watermark",
      "description": "Add text or image watermarks to protect your photos.",
      "url": "/en/add-watermark",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
