{
  "id": "/?source=pwa",
  "name": "Cohera: Steady Pay Flow",
  "short_name": "Cohera",
  "description": "A native-style money-movement PWA for POS payments, payment links, user payments, direct deposit routing, stored-funds readiness, debit-card issuing readiness, ledger buckets, tax reserves, and automated scheduled pay flows.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/dashboard/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#06121f",
  "theme_color": "#06121f",
  "orientation": "portrait-primary",
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/static/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/brand/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/brand/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/brand/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/brand/cohera-og.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Cohera brand social preview"
    },
    {
      "src": "/static/brand/cohera-social-square.png",
      "sizes": "1200x1200",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cohera app icon and social preview"
    }
  ],
  "shortcuts": [
    {
      "name": "Send money",
      "short_name": "Send",
      "description": "Send funds by Cohera @paytag",
      "url": "/send/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/static/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cohera card",
      "short_name": "Card",
      "description": "Request and manage a Cohera debit card",
      "url": "/card/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/static/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Collect payment",
      "short_name": "POS",
      "description": "Open the POS and Tap to Pay workflow",
      "url": "/pay/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/static/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Flow engine",
      "short_name": "Flow",
      "description": "Review ledger buckets and automated pay schedules",
      "url": "/flow/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/static/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
