{
  "name": "Kays Digital Creations (KDC)",
  "short_name": "KDC",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0a2540",
  "theme_color": "#00c6a9",
  "description": "Digital Agency created by Karabo Loyd Bopape - Building Digital Dreams through web development, digital solutions, and TVET student support",
  "categories": ["business", "education", "productivity"],
  "lang": "en-ZA",
  "dir": "ltr",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "id": "/",
  "protocol_handlers": [
    {
      "protocol": "web+kdc",
      "url": "/?protocol=%s"
    }
  ],
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Welcome",
      "short_name": "Home",
      "description": "KDC Welcome Page",
      "url": "/",
      "icons": [
        {
          "src": "/images/icons/home-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Main App",
      "short_name": "App",
      "description": "Open Main Application",
      "url": "/main.html",
      "icons": [
        {
          "src": "/images/icons/app-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Education",
      "short_name": "Edu",
      "description": "Access educational platforms",
      "url": "/education.html",
      "icons": [
        {
          "src": "/images/icons/education-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/welcome-screen.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "KDC Welcome Screen"
    },
    {
      "src": "/images/screenshots/main-app.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KDC Main Application"
    }
  ],
  "icons": [
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 360
  }
}