{
  "name": "PREUVU — Digital Notary Platform",
  "short_name": "PREUVU",
  "description": "AI-generated content compliance and document notarization for restaurants, construction, and modern businesses.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "PREUVU Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New Session",
      "short_name": "New Session",
      "description": "Start a new AI compliance session",
      "url": "/?route=new-session",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Verify Certificate",
      "short_name": "Verify",
      "description": "Verify a notarized document certificate",
      "url": "/?route=verify",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
