{
  "name": "ScoreWise AI",
  "short_name": "ScoreWise",
  "description": "AI-powered rubric-based grading platform for educators. Grade a full class in minutes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f6f2",
  "theme_color": "#01696f",
  "lang": "en",
  "icons": [
    {
      "src": "/static/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/sw_dashboard.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "ScoreWise AI dashboard"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "New Assignment",
      "url": "/upload",
      "description": "Upload and grade a new assignment"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your assignments and results"
    }
  ]
}
