{
  "name": "Origynl - Document Certification",
  "short_name": "Origynl",
  "description": "Prove your documents are real. Certify them on the blockchain.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Certify Document",
      "short_name": "Certify",
      "url": "/certify",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Verify Document",
      "short_name": "Verify", 
      "url": "/verify",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Live Capture",
      "short_name": "Capture",
      "url": "/capture",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
