{
  "name": "DataZ Tools - Free Online Developer Toolkit with AI",
  "short_name": "DataZ Tools",
  "description": "Professional free online developer toolkit with 20+ essential tools including AI-powered text analysis: JSON/XML viewers, Base64 encoder/decoder, JWT token decoder, hash generator, UUID generator, text summarizer, language translator, sentiment analyzer, grammar checker, keyword extractor, and more utilities. No signup required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1e1e",
  "theme_color": "#2196f3",
  "categories": ["developer", "tools", "utilities", "productivity", "ai", "text-processing"],
  "lang": "en",
  "orientation": "any",
  "scope": "/",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Viewer",
      "short_name": "JSON",
      "description": "View and format JSON data",
      "url": "/?tool=json",
      "icons": [{ "src": "/json-icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode and decode Base64 data",
      "url": "/?tool=base64",
      "icons": [{ "src": "/base64-icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "description": "Decode and analyze JWT tokens", 
      "url": "/?tool=jwt",
      "icons": [{ "src": "/jwt-icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Hash Generator",
      "short_name": "Hash",
      "description": "Generate MD5, SHA-1, SHA-256 hashes",
      "url": "/?tool=hash", 
      "icons": [{ "src": "/hash-icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
