{
  "name": "ConsentFlow",
  "short_name": "ConsentFlow",
  "description": "Consent forms, written by AI, signed in seconds",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fafaf8",
  "theme_color": "#1a56db",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "New Doc",
      "description": "Create a new consent document",
      "url": "/app",
      "icons": [
        {
          "src": "/apple-touch-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Documents",
      "short_name": "Documents",
      "description": "View your documents",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/apple-touch-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
