{
  "name": "Sourcing Board",
  "short_name": "Sourcing Board",
  "description": "Post what you need to buy, or find local buyers for what you sell.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F4F1",
  "theme_color": "#0F6B52",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-target.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "images", "accept": ["image/*"] }
      ]
    }
  }
}
