{
  "name": "Binding Signature",
  "short_name": "Binding",
  "description": "Send, sign, and manage documents — optimized for mobile senders",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060d18",
  "theme_color": "#0d9488",
  "categories": ["business", "productivity"],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.bindsignature.app",
      "id": "com.bindsignature.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/binding-signature"
    }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your envelopes"
    },
    {
      "name": "New envelope",
      "url": "/dashboard/documents/new",
      "description": "Send a document for signature"
    },
    {
      "name": "Documents",
      "url": "/dashboard/documents",
      "description": "Manage envelopes"
    }
  ]
}
