{
  "name": "MeSHQ Query Squeezer",
  "short_name": "MeSHQ",
  "description": "Medical Subject Headings Query Squeezer - Squeeze PubMed articles for MeSH terms.",
  "start_url": "./index.html?utm_source=pwa_app",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#92000a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}