{
  "name": "Favor4 - Trade & Exchange Platform",
  "short_name": "Favor4",
  "description": "Exchange services and products through intelligent matching and negotiation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F2F4F3",
  "theme_color": "#E1AC00",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "shopping"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Listing",
      "short_name": "New Listing",
      "description": "Create a new barter listing",
      "url": "/create-listing",
      "icons": [
        {
          "src": "/icons/shortcut-new.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Barters",
      "short_name": "Barters",
      "description": "View your barter proposals",
      "url": "/my-barters",
      "icons": [
        {
          "src": "/icons/shortcut-barters.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Browse listings and discover trades"
    },
    {
      "src": "/screenshots/listing.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Create and manage your listings"
    },
    {
      "src": "/screenshots/proposal.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Make and receive trade proposals"
    }
  ],
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}