{
  "name": "OFY Tools - Free Online Developer Tools",
  "short_name": "OFY Tools",
  "description": "465+ free online tools for developers, designers, and content creators. All processing happens in your browser - 100% private and works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#00d4ff",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["developer tools", "utilities", "productivity"],
  "icons": [
    {
      "src": "/static/ofy_logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "url": "/tools/base64-string/"
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "url": "/tools/json-formatter/"
    },
    {
      "name": "Hash Generator",
      "short_name": "Hash",
      "url": "/tools/hash-text/"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
