{
  "name": "Brain Memory Trainer",
  "short_name": "Memory",
  "description": "Latih kemampuan memorimu dengan 5 metode ilmiah yang menyenangkan",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0c29",
  "theme_color": "#302b63",
  "lang": "id-ID",
  "categories": ["games", "education", "entertainment"],
  "icons": [
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Kartu Memori",
      "short_name": "Kartu",
      "description": "Main game kartu memori",
      "url": "/index.html?game=cards",
      "icons": [{ "src": "icon192.png", "sizes": "192x192" }]
    },
    {
      "name": "Angka",
      "short_name": "Angka",
      "description": "Main game angka",
      "url": "/index.html?game=numbers",
      "icons": [{ "src": "icon192.png", "sizes": "192x192" }]
    }
  ]
}