{
  "name": "Encoder.guru — Free Online Developer Tools",
  "short_name": "Encoder.guru",
  "description": "33 free, privacy-first developer tools — JSON, Base64, hashes, JWT, QR, PDF, regex and more. Runs entirely in your browser.",
  "start_url": "/?utm_source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "/assets/icons/favicon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any maskable" }
  ],
  "categories": ["developer", "productivity", "utilities"],
  "shortcuts": [
    { "name": "JSON Pretty Print", "url": "/tools/json-pretty.html" },
    { "name": "Base64 Encode/Decode", "url": "/tools/base64.html" },
    { "name": "SHA-256 Hash", "url": "/tools/sha256.html" },
    { "name": "QR Code Generator", "url": "/tools/qrcode.html" },
    { "name": "Password Generator", "url": "/tools/password.html" }
  ]
}
