{
  "name": "DevFlow — Developer Tools",
  "short_name": "DevFlow",
  "description": "29+ developer utilities with AI-powered explanations, auto-fix, and a visual pipeline builder.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#3B82F6",
  "categories": ["developer tools", "productivity", "utilities"],
  "icons": [
    {
      "src": "/images/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "apple_web_manifest": {
    "src": "/apple-touch-icon.png",
    "sizes": "180x180",
    "type": "image/png"
  },
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/images/brand/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "description": "Decode and inspect JWT tokens",
      "url": "/tools/jwt-decoder",
      "icons": [{ "src": "/images/brand/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pipeline Builder",
      "short_name": "Pipeline",
      "description": "Build automated tool pipelines",
      "url": "/pipeline",
      "icons": [{ "src": "/images/brand/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
