{
  "name": "DevLint - Developer Workbench",
  "short_name": "DevLint",
  "description": "50+ free online developer tools — JSON formatter, Base64, UUID, JWT, regex, cURL converter, AI token counter, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#22c55e",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["development", "utilities", "productivity"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON online",
      "url": "/formatters/json"
    },
    {
      "name": "UUID Generator",
      "short_name": "UUID",
      "description": "Generate UUIDs v1, v4, v5",
      "url": "/generators/uuid"
    },
    {
      "name": "Base64",
      "short_name": "Base64",
      "description": "Encode and decode Base64",
      "url": "/encoders/base64"
    },
    {
      "name": "Regex Tester",
      "short_name": "Regex",
      "description": "Test regular expressions",
      "url": "/text-tools/regex-tester"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
