{
  "short_name": "Library MS",
  "name": "Janakeeya Vayanashala & Library, Meppayur",
  "description": "Data entry portal as the part of for online library management system",
  "icons": [
    
  ],
  "start_url": "/?source=pwa",
  "background_color": "#fff",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "Add new Book",
      "short_name": "Add Book",
      "description": "Add details of a book to the database.",
      "url": "/dataentry/books/create?source=pwa",
      "icons": []
    },
    {
      "name": "Show all Books",
      "short_name": "All Books",
      "description": "List all books from the database",
      "url": "/dataentry/books?source=pwa",
      "icons": []
    }
  ]
}