{
  "name": "UtiLabs — Developer Utility Vault",
  "short_name": "UtiLabs",
  "description": "High-performance, privacy-first developer utility hub. Base64, secrets, and crypto tools built for the command-line era.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0a0c",
  "background_color": "#0a0a0c",
  "categories": ["developer-tools", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "url": "/tools/base64/",
      "description": "Encode and decode Base64 strings offline"
    },
    {
      "name": "Secret Lab",
      "short_name": "Secret Lab",
      "url": "/tools/secret-gen/",
      "description": "Generate cryptographic secrets offline"
    }
  ],
  "prefer_related_applications": false
}
