{
  "name": "BrainHunters Academy",
  "short_name": "BH Academy",
  "id": "bha-app",
  "start_url": "/",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "orientation": "portrait",
  "dir": "ltr",
  "scope": "/",
  "theme_color": "#FFFFFF",
  "lang": "en-US",
  "categories": [
    "books",
    "education",
    "games",
    "kids"
  ],
  "description": "Interactive online preschool platform for kids! Engage in preschool lessons, math practice, fun activities, and educational worksheets designed to foster early learning and development. Perfect for ages 3-5.",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://brainhunters.academy/manifest.webmanifest"
    }
  ],
  "icons": [
    {
      "src": "./assets/images/manifest/maskable_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./assets/images/manifest/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/images/manifest/android-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./assets/images/manifest/screenshots/shot1.png",
      "sizes": "2560x1352",
      "type": "image/png",
      "form_factor": "narrow"
    },
        {
          "src": "./assets/images/manifest/screenshots/shot8.png",
          "sizes": "800x1644",
          "type": "image/png",
          "form_factor": "wide"
        },
    {
      "src": "./assets/images/manifest/screenshots/shot3.png",
      "sizes": "800x1644",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./assets/images/manifest/screenshots/shot4.png",
      "sizes": "800x1644",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./assets/images/manifest/screenshots/shot6.png",
      "sizes": "800x1644",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./assets/images/manifest/screenshots/shot7.png",
      "sizes": "800x1644",
      "type": "image/png",
      "form_factor": "wide"
    },
        {
          "src": "./assets/images/manifest/screenshots/shot2.png",
          "sizes": "2560x1352",
          "type": "image/png",
          "form_factor": "narrow"
        }
  ],
  "shortcuts": [
    {
      "name": "Workbooks",
      "short_name": "Workbooks",
      "description": "At Brainhunters Academy, we make preschool learning an exciting adventure with free online lessons. Our interactive preschool workbook is packed with fun math activities, worksheets, and educational games. Dive into our free online math practice and engaging preschool resources for a magical learning journey!",
      "url": "/workbooks",
      "icons": [
        {
          "src": "./assets/images/manifest/shortcuts_icon_1.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Worksheets",
      "short_name": "Worksheets",
      "description": "Create your own educational and entertaining printable worksheets using our worksheet generator! Our self-paced tool allows you to create custom word searches, math problems, crosswords, scrambles, and matching lists that help students review important subjects and skills. With our customizable reading and math worksheet generator, each printable form can be fully tailored, adding colorful borders and personalized headers that are unique to you. Create engaging and interactive worksheets that cater to the needs and interests of children. Make learning fun with our worksheet generator and give your materials a personalized touch. Start today and discover how easy it is to create educational, personalized, and enjoyable puzzles and printable forms!",
      "url": "/worksheet-generators",
      "icons": [
        {
          "src": "./assets/images/manifest/shortcuts_icon_2.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "auto",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "protocol_handlers": [
    {
      "protocol": "web+bha",
      "url": "/?app%s"
    }
  ]
}
