{
  "name": "OmniDeck Pro - OmniTool Suite",
  "short_name": "OmniDeck Pro",
  "description": "15-in-1 Pro Web Workstation with zero ads, split-screen multitasking, and 100% private in-browser client-side execution.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "PDF Studio",
      "short_name": "PDF Studio",
      "description": "Merge, split, and sign PDFs privately in browser",
      "url": "/#documorph",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Photo Editor",
      "short_name": "Photo Editor",
      "description": "Layered photo editor with tone curves and filters",
      "url": "/#pixelforge",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "QR Generator",
      "short_name": "QR Generator",
      "description": "Vector QR code and barcode generator with logos",
      "url": "/#codeqr",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scientific Calc",
      "short_name": "Calculator",
      "description": "Scientific calculator with 2D function grapher",
      "url": "/#omnicalc",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}