{
  "name": "SnapUtils",
  "short_name": "SnapUtils",
  "description": "Free developer and utility tools. No sign-up, no tracking, 100% client-side.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0a0a0b",
  "background_color": "#0a0a0b",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "productivity", "developer tools"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "SnapUtils — Free Developer & Utility Tools"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "url": "/json-formatter",
      "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    },
    {
      "name": "Code Formatter",
      "short_name": "Code",
      "url": "/code-formatter",
      "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "url": "/password-generator",
      "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    },
    {
      "name": "QR Code Generator",
      "short_name": "QR Code",
      "url": "/qr-code-generator",
      "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    }
  ]
}
