{
  "name": "SPLit — Split Bills on Solana",
  "short_name": "SPLit",
  "description": "Split bills instantly with USDC. Sign in with Google, settle in seconds. The Venmo alternative that saves you money.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0b14",
  "theme_color": "#14F195",
  "orientation": "portrait-primary",
  "categories": ["finance", "utilities", "payments", "social"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "id": "split-sol",
  "icons": [
    {
      "src": "/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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SPLit Dashboard"
    },
    {
      "src": "/screenshots/create-split.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create a Split"
    },
    {
      "src": "/screenshots/pay-split.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pay via Shareable Link"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Group",
      "short_name": "New Group",
      "description": "Start a new expense group",
      "url": "/dashboard?action=create-group",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "description": "Scan a receipt with AI",
      "url": "/dashboard?action=scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "receipt",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+split",
      "url": "/pay/%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.splitsol.net/manifest.json"
    }
  ],
  "prefer_related_applications": false
}
