{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Barter",
  "short_name": "Barter",
  "description": "Trade what you do for what you need \u2014 peer-to-peer skill trading with no money changing hands.",
  "start_url": "./",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#F7F4EE",
  "theme_color": "#2B6E4A",
  "categories": [
    "lifestyle",
    "social",
    "productivity"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Post a Barter",
      "short_name": "Post",
      "description": "Create a new Barter post and reach your community",
      "url": "./?tab=post",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Messages",
      "short_name": "Messages",
      "description": "View your active Barter conversations",
      "url": "./?tab=messages",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Your offers, needs, ratings, and referral code",
      "url": "./?tab=profile",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+barter",
      "url": "/?referral=%s"
    }
  ],
  "file_handlers": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}