{
  "name": "Fabriks - Developer Tools",
  "short_name": "Fabriks",
  "description": "26+ free developer tools: JSON/YAML validator, Base64 encoder, Hash generator, UUID/ULID, Email validator, URL parser, Color converter, Regex tester, and more. Privacy-first, works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "categories": ["developer", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph-image",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Fabriks Developer Tools Homepage"
    }
  ],
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "",
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Data Validator",
      "short_name": "Data",
      "description": "Validate JSON, YAML with Schema and JSONPath",
      "url": "/data"
    },
    {
      "name": "Hash Generator",
      "short_name": "Hash",
      "description": "Generate MD5, SHA-256, SHA-512 hashes",
      "url": "/hash"
    },
    {
      "name": "UUID Generator",
      "short_name": "UUID",
      "description": "Generate UUID v4, v7 and ULID",
      "url": "/uuid"
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Encode",
      "description": "Encode and decode Base64, URL, HTML",
      "url": "/encode"
    }
  ]
}
