{
  "name": "Little Roots",
  "short_name": "LittleRoots",
  "description": "Little Roots EduNexus India — Foundational Stage (NCF 2023) lesson planning, flash cards, picture stories, rhymes, and Computational Thinking guidance for preschool teachers.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B4332",
  "theme_color": "#1B4332",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity", "teaching"],
  "icons": [
    {
      "src": "icons/android/launchericon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Flash cards",
      "short_name": "Cards",
      "url": "./index.html?screen=flash",
      "icons": [{ "src": "icons/android/launchericon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Resource Room",
      "short_name": "Lessons",
      "url": "./index.html?screen=resource",
      "icons": [{ "src": "icons/android/launchericon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
