{
  "name": "Nexus Web Utilities",
  "short_name": "Nexus",
  "description": "Privacy-first web utilities for text, files, PDFs, media, images, notes, tasks, decisions, units, and percentages.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050711",
  "theme_color": "#050711",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/icons/hub.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Text Converter",
      "short_name": "Text",
      "description": "Convert and clean text quickly.",
      "url": "/text-converter/",
      "icons": [
        {
          "src": "/assets/icons/text-modifier.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Online Notepad",
      "short_name": "Notes",
      "description": "Write and export local notes.",
      "url": "/online-notepad/",
      "icons": [
        {
          "src": "/assets/icons/web-notepad.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "PDF File Combiner",
      "short_name": "PDFs",
      "description": "Combine PDF files in your browser.",
      "url": "/pdf-file-combiner/",
      "icons": [
        {
          "src": "/assets/icons/pdf-file-combiner.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
