{
  "name": "RegSlant",
  "short_name": "RegSlant",
  "description": "Regulatory intelligence for medical device professionals",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Conversation",
      "short_name": "New Chat",
      "description": "Start a new RegSlant conversation",
      "url": "/?shortcut=new",
      "icons": [{ "src": "/assets/icons/icon-512.png", "sizes": "512x512" }]
    }
  ],
  "share_target": {
  "action": "/",
  "method": "GET",
  "params": { "title": "shared_title", "text": "shared_text", "url": "shared_url" }
  }
}