{
  "name": "Blank2Done — 228 Developer Tools",
  "short_name": "Blank2Done",
  "description": "228 free, privacy-first browser utilities that run locally in your browser with no uploads, no servers, and no tracking. Works offline.",
  "start_url": "/tools/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer", "utilities", "productivity"],
  "shortcuts": [
    {
      "name": "All Tools",
      "short_name": "Tools",
      "description": "Browse all 228 developer tools",
      "url": "/tools/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode/decode Base64",
      "url": "/tools/base64-converter",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}