{
  "name": "TraySort - PDF Page Size Sorter",
  "short_name": "TraySort",
  "description": "Intelligent PDF page size sorting. Upload your mixed documents and get organized outputs in seconds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Sort PDF",
      "short_name": "Sort",
      "description": "Sort a PDF by page size",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
