{
  "name": "Jobready Pro",
  "short_name": "Jobready",
  "description": "Live, recorded and classroom courses in the skills employers are hiring for.",
  "start_url": "./index.html#/dashboard",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E1724",
  "theme_color": "#0E1724",
  "lang": "en-IN",
  "categories": ["education"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My classes",     "url": "./index.html#/dashboard", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Live schedule",  "url": "./index.html#/live",      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Browse courses", "url": "./index.html#/courses",   "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
