{
  "name": "Pustakalay — Digital Library & PDF Reader",
  "short_name": "Pustakalay",
  "description": "Read, Organize, and Discover your personal PDF & EPUB eBook collection offline.",
  "start_url": "./index.html",
  "id": "com.pustakalay.app",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#D97706",
  "orientation": "any",
  "scope": "./",
  "categories": ["books", "productivity", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Library",
      "short_name": "Library",
      "description": "Browse your PDF & EPUB book collection",
      "url": "./index.html#library"
    },
    {
      "name": "Import Document",
      "short_name": "Import",
      "description": "Add new PDF or EPUB file to Pustakalay",
      "url": "./index.html#import"
    }
  ]
}
