{
  "name": "ConvertLab",
  "short_name": "ConvertLab",
  "description": "One tool for every transformation — 28 developer tools, 100% local.",
  "start_url": "/ConvertLab/",
  "scope": "/ConvertLab/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#09090e",
  "background_color": "#09090e",
  "categories": ["developer", "productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "JSON Formatter", "url": "/ConvertLab/?tool=json", "description": "Format and validate JSON" },
    { "name": "AI Text Enhancer", "url": "/ConvertLab/?tool=ai", "description": "Improve text with AI" },
    { "name": "Base64 Encoder", "url": "/ConvertLab/?tool=base64", "description": "Encode/decode Base64" }
  ]
}
