{
  "name": "Atomency — Interactive Chemistry Platform",
  "short_name": "Atomency",
  "description": "Free browser-based chemistry platform for high school. Build molecules, simulate reactions, explore 118 elements. No login, no install. NGSS aligned.",
  "start_url": "/lab",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0E1A",
  "theme_color": "#0A0E1A",
  "orientation": "landscape",
  "categories": ["education", "science"],
  "lang": "en",
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Atomency chemistry platform"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Molecular Lab",
      "short_name": "Lab",
      "description": "Open the molecular builder and chemistry simulators",
      "url": "/lab",
      "icons": [{"src": "/icons/icon-192x192.svg", "sizes": "192x192"}]
    },
    {
      "name": "Math Reference",
      "short_name": "Math",
      "description": "Chemistry equations and formula reference",
      "url": "/mathboard",
      "icons": [{"src": "/icons/icon-192x192.svg", "sizes": "192x192"}]
    },
    {
      "name": "NGSS Alignment",
      "short_name": "NGSS",
      "description": "See how Atomency maps to NGSS standards",
      "url": "/ngss",
      "icons": [{"src": "/icons/icon-192x192.svg", "sizes": "192x192"}]
    }
  ]
}
