{
  "id": "/",
  "name": "AMC Math Mastery Tracker",
  "short_name": "AMC Tracker",
  "description": "A free, open-source tool to track and analyze your performance on past American Mathematics Competitions (AMC 8, 10, and 12). Features include progress tracking, topic analysis, badges, streaks, and data import/export.",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#317EFB",
  "orientation": "natural",
  "categories": ["education", "productivity", "math"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/256x256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icons/512x512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "label": "Home page of the application"
    },
    {
      "src": "/screenshots/profile.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "label": "User profile and achievements page"
    },
    {
      "src": "/screenshots/test-entry.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "label": "Entering a new test score"
    }
  ],
  "shortcuts": [
    {
      "name": "Enter Test",
      "short_name": "Enter",
      "url": "/test-entry",
      "icons": [{ "src": "/icons/192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Analytics",
      "short_name": "Analytics",
      "url": "/analytics",
      "icons": [{ "src": "/icons/192x192.webp", "sizes": "192x192", "type": "image/webp" }]
    }
  ]
}
