{
  "id": "/",
  "name": "InfectAtlas",
  "short_name": "InfectAtlas",
  "description": "Medical Microorganism Study Tool and Flashcard Prep Engine",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "categories": ["education", "medical"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.infectatlas.app",
      "id": "com.infectatlas.app"
    }
  ],
  "iarc_rating_id": "e967a57c-fb8b-4a69-8e47-49d60ebd93bc",
  "scope_extensions": [
    { "type": "origin", "origin": "https://infectatlas.app" },
    { "type": "origin", "origin": "https://*.infectatlas.app" },
    { "type": "origin", "origin": "https://infectatlas.com" },
    { "type": "origin", "origin": "https://*.infectatlas.com" }
  ],
  "icons": [
    {
      "src": "/app_icon_192.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app_icon_512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot_mobile.png",
      "sizes": "768x1376",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "InfectAtlas mobile study cards active session"
    },
    {
      "src": "/screenshot_desktop.png",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "InfectAtlas interactive antimicrobial and microorganism review board"
    }
  ],
  "shortcuts": [
    {
      "name": "Flashcards Recall",
      "short_name": "Flashcards",
      "description": "Open InfectAtlas active recall flashcards study session",
      "url": "/",
      "icons": [
        {
          "src": "/app_icon_192.png?v=4",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any maskable"
        }
      ]
    },
    {
      "name": "Interactive Quiz",
      "short_name": "Quiz",
      "description": "Start a clinical microorganism study quiz board",
      "url": "/",
      "icons": [
        {
          "src": "/app_icon_192.png?v=4",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any maskable"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      },
      "icons": [
        {
          "src": "/app_icon_192.png?v=4",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any maskable"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+infectatlas",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "InfectAtlas Microbiology Widget",
      "short_name": "InfectAtlas Review",
      "description": "Microbiology study cards and preparation overview.",
      "tag": "study-widget",
      "template": "study-widget-template",
      "ms_ac_template": "/widgets/study_widget_template.json",
      "data": "/widgets/study_widget_data.json",
      "type": "application/json",
      "icons": [
        {
          "src": "/app_icon_192.png?v=4",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any maskable"
        }
      ],
      "screenshots": [
        {
          "src": "/screenshot_mobile.png",
          "sizes": "768x1376",
          "type": "image/jpeg",
          "label": "InfectAtlas Active Card Panel"
        }
      ],
      "auth": false,
      "downloadable": true,
      "update": 86400
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/?mode=new-note"
  }
}
