{
  "name": "KitabHub — Reading Community",
  "short_name": "كتاب هب",
  "description": "Track your reading, discover Arabic literature, and connect with book lovers",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["books", "education", "social", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add a Book",
      "short_name": "Add Book",
      "url": "/search",
      "icons": [{ "src": "/icons/shortcut-add.png", "sizes": "192x192" }]
    },
    {
      "name": "My Library",
      "short_name": "Library",
      "url": "/library",
      "icons": [{ "src": "/icons/shortcut-library.png", "sizes": "192x192" }]
    },
    {
      "name": "Start Reading Timer",
      "short_name": "Timer",
      "url": "/read",
      "icons": [{ "src": "/icons/shortcut-timer.png", "sizes": "192x192" }]
    },
    {
      "name": "My Book Clubs",
      "short_name": "Clubs",
      "url": "/clubs",
      "icons": [{ "src": "/icons/shortcut-clubs.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Mood",
      "short_name": "Mood",
      "url": "/discover?mood=true",
      "icons": [{ "src": "/icons/shortcut-mood.png", "sizes": "192x192" }]
    },
    {
      "name": "My Partners",
      "short_name": "Partners",
      "url": "/accountability",
      "icons": [{ "src": "/icons/shortcut-partners.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "KitabHub home feed"
    },
    {
      "src": "/screenshots/book.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Book detail page"
    }
  ]
}
