{
  "name": "The Humble Library",
  "short_name": "Humble Library",
  "description": "Catalogue your books, share with friends, lend within your circle.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0e6d2",
  "theme_color": "#0e0e0c",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {"name": "Add a book", "short_name": "Add", "url": "/me/books/new"},
    {"name": "Scan", "short_name": "Scan", "url": "/scan"},
    {"name": "Friends", "short_name": "Friends", "url": "/social/friends"}
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {"title": "title", "text": "text", "url": "url"}
  },
  "categories": ["books", "social", "lifestyle"]
}
