{
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "categories": [
    "education",
    "productivity"
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+suka",
      "url": "/course/%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse courses",
      "short_name": "Browse",
      "description": "Browse the course catalogue",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My library",
      "short_name": "Library",
      "description": "Open your enrolled courses",
      "url": "/dashboard/library",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Downloads",
      "short_name": "Downloads",
      "description": "Open your downloaded courses",
      "url": "/dashboard/downloads",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Membership",
      "short_name": "Membership",
      "description": "View or change your plan",
      "url": "/pricing",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Browse the course catalogue"
    },
    {
      "src": "/screenshots/pricing-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Choose a View or View + Download membership"
    },
    {
      "src": "/screenshots/home-narrow.png",
      "sizes": "560x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse the course catalogue"
    },
    {
      "src": "/screenshots/pricing-narrow.png",
      "sizes": "560x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Choose a View or View + Download membership"
    }
  ],
  "widgets": [
    {
      "name": "Sûka",
      "short_name": "Sûka",
      "description": "Quick access to Sûka.",
      "tag": "s-ka-summary",
      "template": "s-ka-summary-template",
      "ms_ac_template": "/widgets/summary-template.json",
      "screenshots": [
        {
          "src": "/widgets/summary-preview.svg",
          "sizes": "600x400",
          "type": "image/svg+xml",
          "label": "Sûka widget preview"
        }
      ],
      "auth": false,
      "multiple": false
    }
  ],
  "name": "Sûka",
  "short_name": "Sûka",
  "description": "Sûka — a progressive web application.",
  "id": "s-ka",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
