{
  "id": "somiqo-pwa",
  "name": "Somiqo — Empowering Digital Learning Across Africa",
  "short_name": "Somiqo",
  "description": "Somiqo is an offline-first learning ecosystem for African schools, teachers and learners. CBC-aligned, works online and fully offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "tabbed": {
    "new_tab_button": { "url": "/school" },
    "home_tab": { "url": "/", "scope_patterns": [{ "pathname": "/" }] }
  },
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity", "books"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 480 },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SOMIQO — School dashboard"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SOMIQO — Mobile learning"
    }
  ],
  "shortcuts": [
    {
      "name": "School Portal",
      "short_name": "School",
      "description": "Open the school dashboard",
      "url": "/school",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Learner Portal",
      "short_name": "Learner",
      "description": "Open the learner dashboard",
      "url": "/learner",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sign In / Register",
      "short_name": "Sign In",
      "description": "Sign in or create your account",
      "url": "/auth",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/school",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+somiqo", "url": "/?ref=%s" }
  ],
  "scope_extensions": [
    { "origin": "https://somiqo.app" },
    { "origin": "https://www.somiqo.app" },
    { "origin": "https://auth.somiqo.app" },
    { "origin": "https://learn.somiqo.app" },
    { "origin": "https://app.somiqo.app" },
    { "origin": "https://*.somiqo.app" }
  ],
  "file_handlers": [
    {
      "action": "/school",
      "accept": {
        "application/pdf": [".pdf"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"],
        "image/*": [".png", ".jpg", ".jpeg", ".webp"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Somiqo Today",
      "short_name": "Today",
      "description": "Daily attendance and learner activity at a glance.",
      "tag": "somiqo-today",
      "template": "somiqo-today-template",
      "ms_ac_template": "widgets/today.json",
      "data": "widgets/today.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/icon-512.png", "sizes": "512x512", "label": "Somiqo Today widget" }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "auth": false,
      "update": 900
    }
  ],
  "note_taking": {
    "new_note_url": "/school?note=new"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}
