{
  "name": "StoneAge Barter: Mammoth Trade",
  "short_name": "MammothTrade",
  "description": "Non-custodial peer-to-peer barter exchange. Trade what you hunt, keep what you craft.",
  "start_url": "/api/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a0f00",
  "theme_color": "#c8860a",
  "lang": "en",
  "categories": ["finance", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='%231a0f00'/%3E%3Ctext x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' font-size='320' fill='%23c8860a'%3E🦣%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' fill='%231a0f00'/%3E%3Ctext x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' font-size='120' fill='%23c8860a'%3E🦣%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "item_image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
