{
  "short_name": "NeoPhi App",
  "name": "NeoPhi App - Scientific Literature Exploration",
  "description": "Optimized set of advanced AI systems to assist you in exploring scientific literature.",
  "version": "1.5.1",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "static/media/NeoPhi-v2-96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "static/media/NeoPhi-v2-1000.png",
      "type": "image/png",
      "sizes": "1000x1000"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#3e245e",
  "background_color": "#ECEFF1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "science"],
  "screenshots": [
    {
      "src": "static/media/screenshot-neophi-1280.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Literature",
      "short_name": "Search",
      "description": "Search scientific literature",
      "url": "/",
      "icons": [
        {
            "src": "static/media/NeoPhi-v2-96.png",
            "type": "image/png",
            "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My account",
      "short_name": "My account",
      "description": "Manage your account and subscription",
      "url": "/account"
    },
    {
      "name": "Help Center",
      "short_name": "Help Center",
      "description": "Get assistance from our support team",
      "url": "/support"
    }
  ]
} 