{
  "name": "FunFoxMeds - Comprehensive Drug Information",
  "short_name": "FunFoxMeds",
  "description": "Browse and search comprehensive drug information including dosages, side effects, interactions, and FDA approval status. Popular drugs, generic alternatives, and prescription medications.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1095c1",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "education"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Drugs",
      "short_name": "Search",
      "description": "Search for specific medications by name, NDC code, or condition",
      "url": "/",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Popular Drugs",
      "short_name": "Popular",
      "description": "Browse the most prescribed medications in the United States",
      "url": "/popular",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
