{
  "name": "Quikbench — File Converter",
  "short_name": "Quikbench",
  "description": "Convert files, resize images, and edit PDFs — fast, free, and mostly right in your browser.",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#100e0c",
  "theme_color": "#100e0c",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Convert a file",
      "url": "/index.html#formats",
      "description": "Convert an image, audio, or document file"
    },
    {
      "name": "PDF tools",
      "url": "/pdf-tools.html",
      "description": "Merge, split, compress, and edit PDFs"
    },
    {
      "name": "Resize an image",
      "url": "/resize-image.html",
      "description": "Resize an image to an exact size"
    },
    {
      "name": "Calculators",
      "url": "/calculators.html",
      "description": "Financial, social media, and tax calculators"
    }
  ]
}
