{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/?source=pwa",
  "name": "Splitz — Split Expenses with Friends",
  "short_name": "Splitz",
  "description": "Offline-first expense splitter. Track who owes whom, settle up in any currency, snap receipts, work everywhere.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#22C55E",
  "theme_color": "#22C55E",
  "categories": [
    "finance",
    "utilities",
    "productivity",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Groups",
      "short_name": "Groups",
      "description": "Open your list of expense groups",
      "url": "/my-groups?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Join Group",
      "short_name": "Join",
      "description": "Join an existing group via invite code",
      "url": "/join?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share?source=share_target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "receipts",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "image/heic",
            "image/heif",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+splitz",
      "url": "/?deeplink=%s"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "screenshots": [
    {
      "src": "/screenshots/narrow-analytics.png",
      "sizes": "321x695",
      "type": "image/png",
      "label": "Analytics"
    },
    {
      "src": "/screenshots/narrow.png",
      "sizes": "348x753",
      "type": "image/png",
      "label": "Splitz"
    },
    {
      "src": "/screenshots/wide.png",
      "sizes": "1839x1051",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Splitz"
    }
  ]
}
