{
  "name": "SMART GRADE - GBHS Foumban",
  "short_name": "SMART GRADE",
  "description": "Ultimate Grade Management System for SIN GBHS FOUMBAN Form 5B Science",
  "version": "5.0",
  "version_code": 500,
  "start_url": "./splash.html",
  "scope": "./",
  "scope_extensions": [
    {
      "origin": "https://hanskepper.github.io"
    }
  ],
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#053242",
  "theme_color": "#0f3b48",
  "lang": "en",
  "id": "smart-grade-v5",
  "categories": ["education", "productivity"],
  "iarc_rating_id": "",
  "screenshots": [
    {
      "src": "./screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Dashboard view showing grades overview"
    },
    {
      "src": "./screenshots/add-grade.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Add Grade form"
    },
    {
      "src": "./screenshots/statistics.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Statistics and charts view"
    },
    {
      "src": "./screenshots/achievements.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Achievements and badges"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your academic dashboard",
      "url": "./dashboard.html",
      "icons": [
        {
          "src": "./icons/icon-dashboard.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Add Grade",
      "short_name": "Add Grade",
      "description": "Add new grades",
      "url": "./add-grade.html",
      "icons": [
        {
          "src": "./icons/icon-addgrade.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View statistics and charts",
      "url": "./statistics.html",
      "icons": [
        {
          "src": "./icons/icon-stats.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Achievements",
      "short_name": "Badges",
      "description": "View your unlocked badges",
      "url": "./achievements.html",
      "icons": [
        {
          "src": "./icons/icon-achievements.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-dashboard.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-addgrade.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-stats.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-achievements.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "./share.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "./open-file.html",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+smartgrade",
      "url": "./handle-protocol.html?%s"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://hanskepper.github.io/SMART-GRADE/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "dir": "ltr",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "SMART GRADE Widget",
      "short_name": "Grades",
      "description": "Quick view of your grades",
      "tag_name": "smartgrade-widget",
      "templates": [
        {
          "src": "./widget.html",
          "sizes": ["200x400"],
          "description": "Grades widget"
        }
      ]
    }
  ],
  "note_taking": {
    "new_note_url": "./notebook.html"
  }
}
