{
  "name": "Bimbel UKOM - Simulasi Soal Keperawatan",
  "short_name": "Bimbel UKOM",
  "description": "Platform simulasi soal UKOM untuk persiapan ujian kompetensi perawat. Latihan soal, Try Out, Analytics, Achievement, dan Flashcard Mode.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "lang": "id",
  "dir": "ltr",
  "categories": ["education", "medical", "health"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Menu utama Bimbel UKOM"
    },
    {
      "src": "/screenshots/quiz.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mode Quiz interaktif"
    }
  ],
  "shortcuts": [
    {
      "name": "Latihan Soal",
      "short_name": "Latihan",
      "description": "Mulai latihan soal",
      "url": "/?action=practice",
      "icons": [
        {
          "src": "/icons/shortcut-practice.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Try Out",
      "short_name": "Try Out",
      "description": "Mulai Try Out",
      "url": "/?action=tryout",
      "icons": [
        {
          "src": "/icons/shortcut-tryout.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Flashcard",
      "short_name": "Flashcard",
      "description": "Review dengan flashcard",
      "url": "/?action=flashcard",
      "icons": [
        {
          "src": "/icons/shortcut-flashcard.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "protocol_handlers": [
    {
      "protocol": "web+bimbelukom",
      "url": "/?quiz=%s"
    }
  ]
}
