{
  "name": "7Sage LSAT",
  "short_name": "7Sage",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "theme_color": "#fcfaf8",
  "background_color": "#fcfaf8",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/images/app-icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-144x144-maskable.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/app-icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/app-icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-256x256-maskable.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/app-icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app-icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa/screenshots/lessons.png",
      "sizes": "2048x1160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "7Sage LSAT lessons interface with comprehensive curriculum content"
    },
    {
      "src": "/images/pwa/screenshots/preptests.png",
      "sizes": "2048x1160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PrepTests section showing available LSAT practice tests"
    },
    {
      "src": "/images/pwa/screenshots/results.png",
      "sizes": "2048x1160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Results view displaying LSAT practice test performance and analytics"
    },
    {
      "src": "/images/pwa/screenshots/tester.png",
      "sizes": "2048x1160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Digital LSAT tester interface for realistic exam simulation"
    },
    {
      "src": "/images/pwa/screenshots/lessons-mobile.png",
      "sizes": "642x1398",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile lessons interface optimized for touch interaction"
    },
    {
      "src": "/images/pwa/screenshots/preptests-mobile.png",
      "sizes": "642x1398",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile PrepTests section with touch-friendly navigation"
    },
    {
      "src": "/images/pwa/screenshots/results-mobile.png",
      "sizes": "642x1398",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile results view showing practice test performance"
    },
    {
      "src": "/images/pwa/screenshots/tester-mobile.png",
      "sizes": "642x1398",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile LSAT tester for on-the-go practice"
    }
  ],
  "shortcuts": [
    {
      "name": "Drills",
      "short_name": "Drills",
      "description": "Jump straight to LSAT practice drills",
      "url": "/practice/drills",
      "icons": [
        {
          "src": "/images/pwa/shortcut-icons/Drills-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/images/pwa/shortcut-icons/Drills-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lessons",
      "short_name": "Lessons",
      "description": "Access the full LSAT core curriculum and lessons.",
      "url": "/lessons",
      "icons": [
        {
          "src": "/images/pwa/shortcut-icons/Lessons-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/images/pwa/shortcut-icons/Lessons-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Discussions",
      "short_name": "Discussions",
      "description": "Discuss LSAT topics.",
      "url": "/discussion",
      "icons": [
        {
          "src": "/images/pwa/shortcut-icons/Discussions-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/images/pwa/shortcut-icons/Discussions-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
