{
  "name": "Quezlo — Free Online Tools",
  "short_name": "Quezlo",
  "description": "127 small tools that run on your own device. No account, no uploads, no limits.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F2EFF5",
  "theme_color": "#F2EFF5",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "photo"],
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Background Remover",
      "short_name": "Remove BG",
      "url": "/tools/background-remover.html",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Merge PDF",
      "short_name": "Merge PDF",
      "url": "/tools/merge-pdf.html",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "QR Code Generator",
      "short_name": "QR Code",
      "url": "/tools/qr-code-generator.html",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All tools",
      "short_name": "All tools",
      "url": "/#find",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
