﻿{
  "name": "B-Genius Center",
  "short_name": "B-Genius",
  "description": "Interactive programs helping individuals and teens build confidence, emotional intelligence, creativity, and life skills.",
  "start_url": "/?source=app",
  "scope": "/",
  "display": "standalone",
  
  "orientation": "portrait",
  "background_color": "#071428",
  "theme_color": "#071428",
  "icons": [
    {
      "src": "/images/b-genius.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/b-genius.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "business", "lifestyle"],
  "lang": "en-US",
  "shortcuts": [
    {
      "name": "Register",
      "short_name": "Register",
      "description": "Open the registration form.",
      "url": "/#register",
      "icons": [
        {
          "src": "/images/logo-navy.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
