{
  "name": "Wizbit — Free Developer Tools",
  "short_name": "Wizbit",
  "description": "16 free developer tools that run entirely in your browser. JSON, Base64, Cron, Regex, JWT, Password, and more. No login required. Nothing sent to any server.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080b10",
  "theme_color": "#080b10",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["developer", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cron Expression Builder",
      "short_name": "Cron",
      "description": "Build and decode cron expressions visually",
      "url": "/tools/cron-expression-builder",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON instantly",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "description": "Generate strong random passwords",
      "url": "/tools/password-generator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Regex Tester",
      "short_name": "Regex",
      "description": "Test regular expressions with live highlighting",
      "url": "/tools/regex-tester",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
