{
  "id": "/",
  "name": "TimeQualia Library",
  "short_name": "TimeQualia",
  "description": "A quiet corner of the web for your own catalogue of books and scrolls.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f7fb",
  "theme_color": "#1d2f7b",
  "icons": [
    {
      "src": "/public/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/public/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/public/icons/timequalia.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    }
  ],
  "categories": [
    "productivity",
    "books"
  ],
  "shortcuts": [
    {
      "name": "Open shelves",
      "short_name": "Library",
      "url": "/index.php?page=dashboard"
    },
    {
      "name": "Add a new book",
      "short_name": "New book",
      "url": "/index.php?page=library"
    }
  ]
}

