{
  "name": "Bookshelf Collections",
  "short_name": "Bookshelf",
  "description": "Discover and explore curated book collections",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["books", "education", "lifestyle", "reading"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bookshelf Collections on desktop"
    },
    {
      "src": "/images/screenshot-narrow.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bookshelf Collections on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Collections",
      "short_name": "Collections",
      "description": "Browse curated book collections",
      "url": "/collections",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/bookshelf-book-tracker-list/id1469372414?ppid=2e0f2f1c-e6ae-4c72-a964-8f7edd997be6",
      "id": "1469372414"
    }
  ]
} 