{
  "name": "Shelfie",
  "short_name": "Shelfie",
  "description": "Photograph a shelf, get the library.",
  "start_url": "/library",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#faf7f2",
  "theme_color": "#faf7f2",
  "orientation": "portrait",
  "categories": ["books", "lifestyle", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Take a shelfie", "url": "/scan", "short_name": "Scan" },
    { "name": "Add a book", "url": "/library/add", "short_name": "Add" }
  ]
}
