{
  "name": "Lumyn Academy",
  "short_name": "Academy",
  "id": "/academy/dashboard",
  "lang": "en",
  "dir": "ltr",
  "description": "An installable Lumyn Academy workspace for free courses, projects, progress, and certificates.",
  "start_url": "/academy/dashboard",
  "scope": "/academy/dashboard",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f4f7f2",
  "theme_color": "#23352a",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Course Catalog",
      "url": "/academy/dashboard/catalog",
      "description": "Browse and enroll in a free course"
    },
    {
      "name": "My Learning",
      "url": "/academy/dashboard/learning",
      "description": "Continue your active learning path"
    },
    {
      "name": "Rewards",
      "url": "/academy/dashboard/rewards",
      "description": "View XP, streaks, badges, and diamonds"
    },
    {
      "name": "Certificates",
      "url": "/academy/dashboard/certificates",
      "description": "View earned certificates"
    }
  ]
}
