{
  "name": "Send Gate — Invoice approval checkpoint",
  "short_name": "Send Gate",
  "description": "A private, local-first second-pair-of-eyes checkpoint before a quote or invoice is sent.",
  "start_url": "/?source=pwa&v=1",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4eedc",
  "theme_color": "#174c3c",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New approval gate", "short_name": "New gate", "url": "/?new=1", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
