{
  "name": "Spoold - Developer Tools",
  "short_name": "Spoold",
  "description": "Free privacy-first developer toolbox: JSON, YAML, OpenAPI, JWT, curl, certificates, LLM tokens, Mermaid, and 50+ more tools in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["developer tools", "utilities", "productivity"],
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/tools/json/format",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "HTML Preview",
      "short_name": "HTML",
      "description": "Preview HTML with live rendering",
      "url": "/tools/html/preview",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "description": "Decode and inspect JWT tokens",
      "url": "/tools/jwt/decode",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Magic Box - Intelligent content detection"
    },
    {
      "src": "/screenshots/json.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON Formatter with tree view"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}

