{
  "name": "MicroTools",
  "short_name": "MicroTools",
  "description": "Free developer micro-tools — JSON formatter, JWT decoder, UUID generator, and 30+ more. 100% browser-based, no login required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#5b5bd6",
  "orientation": "any",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/homepage.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MicroTools Homepage"
    },
    {
      "src": "/screenshots/json-formatter.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON Formatter Tool"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "url": "/tools/json-formatter",
      "description": "Format and validate JSON instantly",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "url": "/tools/jwt-decoder",
      "description": "Decode and inspect JWT tokens",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "UUID Generator",
      "short_name": "UUID",
      "url": "/tools/uuid-generator",
      "description": "Generate UUIDs instantly",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Regex Tester",
      "short_name": "Regex",
      "url": "/tools/regex-tester",
      "description": "Test and debug regular expressions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["developer", "utilities", "productivity"],
  "related_applications": [],
  "prefer_related_applications": false
}
