{
  "name": "School Library Management System",
  "short_name": "Library System",
  "description": "Manage textbook checkouts with barcode scanning for school libraries",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "business"],
  "screenshots": [
    {
      "src": "/images/mobile-pwa.svg",
      "sizes": "375x812",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile PWA Experience"
    },
    {
      "src": "/images/dashboard-overview.svg", 
      "sizes": "1200x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Desktop Dashboard Overview"
    },
    {
      "src": "/images/global-search.svg", 
      "sizes": "1200x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Enhanced Global Search"
    },
    {
      "src": "/images/student-management.svg", 
      "sizes": "1200x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Student Management Interface"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Quick Search",
      "short_name": "Search",
      "description": "Search students, books, and assignments",
      "url": "/?search=true",
      "icons": [
        {
          "src": "/icons/search-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Assign Book",
      "short_name": "Assign",
      "description": "Quick book checkout",
      "url": "/assign",
      "icons": [
        {
          "src": "/icons/assign-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Return Book",
      "short_name": "Return",
      "description": "Process book returns",
      "url": "/books/return",
      "icons": [
        {
          "src": "/icons/return-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Add Book",
      "short_name": "Add Book",
      "description": "Add new books to the library",
      "url": "/library/add",
      "icons": [
        {
          "src": "/icons/add-book-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
