{
  "name": "Sculoo",
  "short_name": "Sculoo",
  "description": "Empowering Teachers to Teach | Inspiring Students to Learn!",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["window-controls-overlay", "fullscreen", "standalone"],
  "orientation": "any",
  "dir": "auto",
  "lang": "en-US",
  "categories": ["games", "kids", "music", "personalization", "productivity", "utilities"],
  "theme_color": "#FFBD12",
  "background_color": "#FFBD12",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1194x834",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sculoo - Empowering Teachers, Inspiring Students"
    },
    {
      "src": "/screenshots/checkIn.png",
      "sizes": "1217x858",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Student Check-In"
    },
    {
      "src": "/screenshots/leadershipMinutes.png",
      "sizes": "1194x834",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Leadership Minutes"
    },
    {
      "src": "/screenshots/thumbnail.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sculoo Overview"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard",
      "icons": [{ "src": "/svg/home.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Goals",
      "short_name": "Goals",
      "url": "/dashboard/goals",
      "icons": [{ "src": "/svg/star-raising.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Store",
      "short_name": "Store",
      "url": "/dashboard/store",
      "icons": [{ "src": "/svg/store.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  }
}
