{
  "name": "Smart Education - Mathematics Learning Platform",
  "short_name": "Smart Education",
  "description": "Premier mathematics education center with international competitions and expert instruction",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1E40AF",
  "background_color": "#FFFFFF",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/images/SmartEducation-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/SmartEducation-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Competitions",
      "short_name": "Competitions",
      "description": "View math competitions",
      "url": "/competitions",
      "icons": [
        {
          "src": "/images/SmartEducation-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Practice",
      "short_name": "Practice",
      "description": "Practice problems",
      "url": "/practice",
      "icons": [
        {
          "src": "/images/SmartEducation-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Courses",
      "short_name": "Courses",
      "description": "Browse courses",
      "url": "/courses",
      "icons": [
        {
          "src": "/images/SmartEducation-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "User dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/SmartEducation-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Smart Education Desktop View"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Smart Education Mobile View"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  }
} 