{
  "name": "Agathos Books",
  "short_name": "Agathos Books",
  "description": "Share and discover good books with your church, family, or community. Catalog books, track reading, and build connection through literature.",
  "start_url": "/app",
  "scope": "/app",
  "id": "/app",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#ffd230",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/logo-icon_48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo-icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/home-mobile.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Home screen showing your libraries and recent activity"
    },
    {
      "src": "screenshots/library-mobile.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Browse and manage books in your library"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Book",
      "short_name": "Add",
      "description": "Scan or manually add a new book to your library",
      "url": "/app/add-books",
      "icons": [
        {
          "src": "icons/shortcut-add.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Loans",
      "short_name": "Loans",
      "description": "View and manage your book loans",
      "url": "/app/loans",
      "icons": [
        {
          "src": "icons/shortcut-loans.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["books", "education", "productivity"],
  "lang": "en-US",
  "prefer_related_applications": false
}
