{
  "name": "www.737ng.com - B737 NG Type Rating Preparation",
  "short_name": "www.737ng.com",
  "description": "Pass your Boeing 737 NG type rating first time. Built by an airline captain for airline pilots.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e3a8a",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/images/hero/b737ng_logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/images/hero/b737ng_logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/images/hero/b737ng_logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "/images/hero/b737ng_logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "education",
    "productivity"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Study Session",
      "short_name": "Study",
      "description": "Begin a new study session",
      "url": "/study",
      "icons": [
        {
          "src": "/images/hero/b737ng_logo.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Mock Exam",
      "short_name": "Exam",
      "description": "Take a mock type rating exam",
      "url": "/exam",
      "icons": [
        {
          "src": "/images/hero/b737ng_logo.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Check your study progress",
      "url": "/progress",
      "icons": [
        {
          "src": "/images/hero/b737ng_logo.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    }
  ]
}