{
  "name": "SmartExamination Ecosystem",
  "short_name": "smartExams",
  "description": "Comprehensive exam management system for educational institutions.",
  "start_url": "/",
  "display": "standalone",
  "display_ovreride": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "scope": "/",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "screenshots": [
    {
      "src": "screenshots/dashboard.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard view"
    },
    {
      "src": "screenshots/scan-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile scanning interface"
    }
  ],
  
  "categories": ["education", "productivity", "business"],
  
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/?shortcut=dashboard"
    },
    {
      "name": "Scan Student",
      "short_name": "Scan",
      "description": "Scan student RFID/QR code",
      "url": "staff/scan_rfid.php"
    },
    {
      "name": "View Results",
      "short_name": "Results",
      "description": "View examination results",
      "url": "lecturer/view_results.php"
    }
  ],
  
  "file_handlers": [
    {
      "action": "/upload.php",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls", ".xlsx"],
        "application/json": [".json"]
      },
      "icons": [
        {
          "src": "icons/file-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  
  "share_target": {
    "action": "/share.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "student_list",
          "accept": ["text/csv", "application/vnd.ms-excel", "application/json"]
        }
      ]
    }
  },
  
  "background": {
    "service_worker": "sw.js"
  },
  
  "permissions": [
    "background-sync",
    "storage"
  ],
  
  "id": "/?source=pwa",
  "lang": "en-US",
  "dir": "ltr"
}