{
  "name": "ToolMatrix — Free Online Tools",
  "short_name": "ToolMatrix",
  "description": "All-in-one free online toolkit — word counter, JSON formatter, password generator and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#f0e040",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["utilities", "productivity"],
  "lang": "en-US",
  "shortcuts": [
    {
      "name": "Word Counter",
      "short_name": "Words",
      "description": "Count words and characters",
      "url": "/tools/word-counter"
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/tools/json-formatter"
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "description": "Generate secure passwords",
      "url": "/tools/password-generator"
    }
  ]
}
