{
  "id": "com.pathpharm.app",
  "lang": "en-US",
  "dir": "ltr",
  "name": "PathPharm",
  "short_name": "PathPharm",
  "description": "PathPharm — medical study resources for preclinical students",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait-primary",
 "theme_color": "#6836FF",
"background_color": "#6836FF",

  "categories": ["education",
"medical", "reference"],
  "iarc_rating_id": "IARC-00000000",
  "prefer_related_applications": false,
  "gcm_sender_id": "482941778795",
  "related_applications": [
    {
      "platform": "play",
      "id": "com.pathpharm.app",
      "url": "https://play.google.com/store/apps/details?id=com.pathpharm.app"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384-maskable.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/shot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Home — PathPharm"
    },
    {
      "src": "/screenshots/shot-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Quizzes — PathPharm"
    }
  ],
  "shortcuts": [
    {
      "name": "Open PathPharm",
      "short_name": "Open",
      "description": "Open the PathPharm homepage",
      "url": "/index.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Start Quiz",
      "short_name": "Quiz",
      "description": "Jump to quizzes",
      "url": "/quiz.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pathpharm",
      "url": "https://your-domain.web.app/?q=%s"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://your-domain.web.app"
    }
  ]
}
