{
  "name": "Vendly — Your Vending Season, Organized",
  "short_name": "Vendly",
  "description": "Discover markets, track applications, plan your vending calendar.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#514949",
  "background_color": "#ffffff",
  "icons": [
    { "src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/pwa-512x512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/pwa-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-intake",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "image", "accept": ["image/jpeg", "image/png", "image/gif", "image/webp"] }
      ]
    }
  }
}
