{
  "name": "Tools Village",
  "short_name": "ToolsVillage",
  "description": "Free browser-based tools for everyday tasks. No signup, no upload, no limits.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["utilities", "productivity"],
  "lang": "en",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Word Counter",
      "url": "/word-counter",
      "description": "Count words and characters"
    },
    {
      "name": "cm to inches",
      "url": "/cm-to-inches-converter",
      "description": "Convert centimetres to inches"
    },
    {
      "name": "JSON Formatter",
      "url": "/json-formatter",
      "description": "Format and validate JSON"
    },
    {
      "name": "Search",
      "url": "/search",
      "description": "Search all tools"
    }
  ]
}
