{
  "id": "codebiz-pwa-app",
  "name": "CODEBIZ - Learning & Online Compiler Platform",
  "short_name": "CODEBIZ",
  "description": "Platform Belajar Koding, Edutainment Game, & Kompilator Online Interaktif",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Online Compiler",
      "short_name": "Compiler",
      "description": "Jalankan 88 bahasa pemrograman online",
      "url": "/online-compiler?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Jalur Belajar",
      "short_name": "Belajar",
      "description": "Modul teori & kuis interaktif",
      "url": "/user/edutainment/school?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Edutainment Game Hub",
      "short_name": "Games",
      "description": "SQL Detective, Debugging Arena, & Syntax Snake",
      "url": "/user/edutainment?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Typing Battle 1v1",
      "short_name": "Battle 1v1",
      "description": "Duel kecepatan ketik koding",
      "url": "/user/typing-battle?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
