{
  "name": "MolecuLens",
  "short_name": "MolecuLens",
  "description": "AI-Powered Molecular Visualization & Education Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "categories": ["education", "science", "productivity"],
  "icons": [
    {
      "src": "/icon",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph-image",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "MolecuLens home screen showing 3D molecular visualization"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Molecules",
      "short_name": "Explore",
      "description": "Search and visualize molecules from PubChem",
      "url": "/?focus=search",
      "icons": [{ "src": "/icon", "sizes": "32x32" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
