{
  "name": "tooBooked.AI",
  "short_name": "tooBooked",
  "description": "More Bookings | Less Stress",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1929",
  "theme_color": "#0a1929",
  "icons": [
    { "src": "/icon-180.png",  "sizes": "180x180", "type": "image/png" },
    { "src": "/icon-1024.png", "sizes": "1024x1024", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-in",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "file", "accept": ["application/pdf", "image/*"] }
      ]
    }
  }
}
