{
  "name": "PDFSummaryReport",
  "short_name": "PDFReport",
  "description": "One document in, one branded page out.",
  "_comment_start_url": "The landing page, not /dashboard. An installed PWA opens start_url whether or not anyone is signed in, and /dashboard for an anonymous visitor is an immediate redirect to /signin — so the very first thing a new install did was bounce. From / a signed-in visitor gets a 'Go to dashboard' button in the header and everyone else gets the page that explains the product.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2b50d4",
  "icons": [
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ]
}
