{
  "id": "/",
  "name": "LexiNovel",
  "short_name": "LexiNovel",
  "description": "Baca light novel dan web novel favoritmu dengan pengalaman seperti aplikasi.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#07152f",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "categories": [
    "books",
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Beranda",
      "short_name": "Home",
      "description": "Kembali ke halaman utama",
      "url": "/?source=pwa_shortcut"
    },
    {
      "name": "Projects",
      "short_name": "Katalog",
      "description": "Jelajahi semua novel",
      "url": "/projects?source=pwa_shortcut"
    },
    {
      "name": "Update Terbaru",
      "short_name": "Update",
      "description": "Lihat rilis chapter terbaru",
      "url": "/latest?source=pwa_shortcut"
    }
  ]
}