{
  "name": "NotesCrafter Quick Tools",
  "short_name": "NC Tools",
  "description": "Free browser-based PDF tools – merge, split, compress, convert PDFs and more. 100% private, no uploads. Plus Pomodoro focus timer.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#A855F7",
  "lang": "en",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Merge PDF",
      "url": "/tool/merge-pdf",
      "description": "Combine multiple PDFs into one"
    },
    {
      "name": "Compress PDF",
      "url": "/tool/compress-pdf",
      "description": "Reduce PDF file size"
    },
    {
      "name": "Split PDF",
      "url": "/tool/split-pdf",
      "description": "Split a PDF into separate pages"
    },
    {
      "name": "Pomodoro Timer",
      "url": "/tool/pomodoro",
      "description": "Focus timer for productivity"
    }
  ]
}
