{
  "name": "Lead the Way — Dog Training",
  "short_name": "LTW",
  "description": "Canine behavior training management",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0c0e14",
  "background_color": "#0c0e14",
  "scope": "/",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Today's Schedule", "short_name": "Today", "url": "/schedule/today" },
    { "name": "New Lead", "short_name": "Lead", "url": "/leads/new" },
    { "name": "Messages", "short_name": "Chat", "url": "/messages" }
  ],
  "share_target": {
    "action": "/share-handler",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title", "text": "text", "url": "url",
      "files": [{ "name": "media", "accept": ["image/*", "video/*"] }]
    }
  }
}
