{
  "name": "ChrysoKit \u2014 Free Online Tools",
  "short_name": "ChrysoKit",
  "description": "A growing collection of free, private, browser-based utilities. No sign-up required.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FEFAE0",
  "theme_color": "#D4A373",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "tools"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Password Generator",
      "url": "/tools/password-generator/password-generator.html",
      "description": "Create strong random passwords"
    },
    {
      "name": "QR Code Generator",
      "url": "/tools/qr-generator/qr-generator.html",
      "description": "Turn text or URLs into QR codes"
    },
    {
      "name": "Pomodoro Timer",
      "url": "/tools/pomodoro-timer/pomodoro-timer.html",
      "description": "Focus with 25-minute work blocks"
    }
  ]
}