{
  "_comment": "This is a template for PWA manifest.json. The actual manifest.json will be generated from myst.yml during build.",
  "name": "Exploring Optics: From Fundamentals to Advanced Applications",
  "short_name": "Optics Textbook",
  "description": "A comprehensive textbook on optics, covering fundamental principles, advanced topics, and practical applications in modern optical technologies.",
  "start_url": "/opticsTextbook/",
  "scope": "/opticsTextbook/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "any",
  "categories": [
    "education",
    "books",
    "reference"
  ],
  "icons": [
    {
      "src": "/opticsTextbook/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/opticsTextbook/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/opticsTextbook/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Table of Contents",
      "short_name": "Contents",
      "description": "View the table of contents",
      "url": "/opticsTextbook/",
      "icons": [
        {
          "src": "/opticsTextbook/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}