{
  "name": "tooluxe - Multi-Tool Web Application",
  "short_name": "tooluxe",
  "description": "Free online tools for everyday tasks - QR scanner, password generator, text-to-speech, text analyzer, unit converter, URL shortener, color picker, and Business Suite.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6c63ff",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "QR Scanner",
      "short_name": "QR Scan",
      "description": "Scan QR codes with your camera",
      "url": "/pages/qr-scanner",
      "icons": [{ "src": "/assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Password Generator",
      "short_name": "Passwords",
      "description": "Generate strong secure passwords",
      "url": "/pages/password-generator",
      "icons": [{ "src": "/assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Business Suite",
      "short_name": "Business",
      "description": "PDF, document, and image tools",
      "url": "/pages/business-suite",
      "icons": [{ "src": "/assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "tooluxe home screen"
    }
  ]
}
