{
  "name": "CheqSplit \u2014 Free Bill Splitter",
  "short_name": "CheqSplit",
  "description": "Split bills fairly for groups, trips, restaurants & roommates. 25+ calculators, AI receipt scanning, real-time settlements. Free forever.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "categories": ["finance", "utilities", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "id": "com.cheqsplit.app",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Split a Bill",
      "short_name": "Split",
      "description": "Instantly open the restaurant bill splitter",
      "url": "/?calculator=restaurant&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trip Calculator",
      "short_name": "Trip",
      "description": "Split trip & travel expenses with your group",
      "url": "/?view=trip&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your saved splits and spending analytics",
      "url": "/?view=dashboard&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "2848x1504",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CheqSplit on desktop — split bills instantly"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CheqSplit on mobile"
    }
  ],
  "scope_extensions": [
    { "origin": "https://cheqsplit.com" },
    { "origin": "https://www.cheqsplit.com" }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://cheqsplit.com/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/?file_handler=csv",
      "accept": {
        "text/csv": [".csv"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
