{
  "name": "TurboUtil - Free Offline Developer Tools",
  "short_name": "TurboUtil",
  "description": "Free offline dev tools: JSON formatter, JWT decoder, Nano ID... all browser-based, privacy-first.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "categories": ["productivity", "utilities", "developer tools"],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/json-formatter",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "description": "Decode JWT tokens",
      "url": "/jwt-decoder",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode/decode Base64",
      "url": "/base64-encoder",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Regex Tester",
      "short_name": "Regex",
      "description": "Test regular expressions",
      "url": "/regex-tester",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/json-formatter",
    "method": "GET",
    "params": {
      "text": "text"
    }
  }
}
