{
  "id": "https://mmatch.org/",
  "name": "MindMatch",
  "short_name": "MindMatch",
  "description": "Connect with experienced physicians and researchers for mentorship, research collaboration, and career guidance.",
  "start_url": "https://mmatch.org/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "https://mmatch.org/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["medical", "education", "productivity"],
  "iarc_rating_id": "e10+",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mindmatch.app",
      "id": "com.mindmatch.app"
    }
  ],
  "scope_extensions": [
    { "origin": "https://mmatch.org" },
    { "origin": "https://*.mmatch.org" },
    { "origin": "https://*.lovable.app" }
  ],
  "shortcuts": [
    {
      "name": "Matches",
      "url": "/matches",
      "description": "View your research matches",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+mindmatch",
      "url": "/?type=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/profile",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "note_taking": {
    "new_note_url": "/new-project"
  },
  "widgets": [
    {
      "name": "MindMatch Stats",
      "short_name": "Matches",
      "description": "View your research matches.",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "tag": "match-count",
      "template": "main-widget",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-home.jpg",
      "sizes": "512x1024",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "MindMatch Home Screen"
    },
    {
      "src": "/screenshots/screenshot-discover.jpg",
      "sizes": "931x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Discover Mentors & Collaborators"
    },
    {
      "src": "/screenshots/screenshot-desktop.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "MindMatch Desktop View"
    }
  ]
}