{
  "id": "/?source=pwa",
  "name": "Somiqo — Africa's Digital Literacy Platform",
  "short_name": "Somiqo",
  "description": "Africa's first country-specific offline digital learning platform aligned to Kenya's CBC curriculum.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#F7F8FA",
  "theme_color": "#1E3A8A",
  "categories": ["education", "books", "productivity", "kids"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "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": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "576x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Somiqo learner dashboard on mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Somiqo dashboard on desktop"
    }
  ],
  "shortcuts": [
    { "name": "Curriculum", "short_name": "Learn", "url": "/learn", "description": "Open the CBC curriculum",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Library", "short_name": "Library", "url": "/library", "description": "Open the offline library",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Games", "short_name": "Games", "url": "/games", "description": "Educational games",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "protocol_handlers": [
    { "protocol": "web+somiqo", "url": "/?handler=%s" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "widgets": [
    {
      "name": "Daily Lesson",
      "description": "Today's recommended Somiqo lesson",
      "tag": "daily-lesson",
      "ms_ac_template": "/widgets/daily-lesson.json",
      "data": "/widgets/daily-lesson-data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/screenshot-mobile.png", "sizes": "576x1024", "label": "Daily lesson widget" }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": []
}
