{
  "name": "My Pocket Library",
  "short_name": "Pocket Library",
  "description": "Your Personal Digital Collection of Islamic, Educational, and Historical Books",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f5fa",
  "theme_color": "#0f2a43",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "categories": [
    "education",
    "books",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse all books",
      "url": "/library",
      "icons": []
    },
    {
      "name": "Islamic",
      "short_name": "Islamic",
      "description": "Islamic resources",
      "url": "/islamic",
      "icons": []
    }
  ],
  "prefer_related_applications": false,
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "module"
  }
}
