{
  "name": "UltraConvert",
  "short_name": "UltraConvert",
  "description": "Fast, private tools that run in your browser — PDF, text, encoders, generators, converters.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f11",
  "theme_color": "#0f0f11",
  "orientation": "any",
  "lang": "en",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    { "name": "Compress PDF",     "url": "/pdf-tools/compress",          "description": "Reduce PDF file size" },
    { "name": "Merge PDFs",       "url": "/pdf-tools/merge",             "description": "Combine multiple PDFs" },
    { "name": "Word Counter",     "url": "/text-tools/word-counter",     "description": "Count words and characters" },
    { "name": "JSON Formatter",   "url": "/converters/json-formatter",   "description": "Format and validate JSON" },
    { "name": "Password Generator","url": "/generators/password",        "description": "Strong random passwords" }
  ]
}
