{
  "name": "Vidhwaan Kid Lab",
  "short_name": "Kid Lab",

  "description": "Interactive science experiment learning platform for school students. Learn science by doing real experiments and discoveries.",

  "start_url": "/",

  "scope": "/",

  "display": "standalone",

  "orientation": "portrait-primary",

  "background_color": "#050816",

  "theme_color": "#050816",

  "lang": "en",

  "dir": "ltr",

  "categories": [
    "education",
    "science",
    "kids",
    "learning"
  ],

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },

    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Vidhwaan Science Lab"
    }
  ],

  "shortcuts": [
    {
      "name": "Physics Lab",
      "short_name": "Physics",
      "description": "Explore physics experiments",

      "url": "/?category=physics",

      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Biology Lab",
      "short_name": "Biology",
      "description": "Explore biology experiments",

      "url": "/?category=biology",

      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Chemistry Lab",
      "short_name": "Chemistry",
      "description": "Explore chemistry experiments",

      "url": "/?category=chemistry",

      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}
