{
  "id": "/app/vidara",
  "name": "Vidara - Education for Young Minds",
  "short_name": "Vidara",
  "description": "Fun, sequential educational games for young minds. Play, explore, and grow with Vidara.",
  "start_url": "/parent/play",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#1e3a6e",
  "background_color": "#f5f6fa",
  "categories": ["education", "games"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vidara Play Games"
    },
    {
      "src": "/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vidara Game Library"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Games",
      "short_name": "Play",
      "description": "Open the game library",
      "url": "/parent/play",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Manage Students",
      "short_name": "Manage",
      "description": "Manage your students and assignments",
      "url": "/parent/manage",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Check student progress and analytics",
      "url": "/parent/dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "1024x1024",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-new"]
  },
  "share_target": {
    "action": "/parent/play",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
