{
  "short_name": "Work Records",
  "name": "Work records Manager",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "maskable_icon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose":"any maskable"
    },
    {
      "src": "maskable_icon (1).png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#789ff8",
  "background_color": "#789ff8",
  "shortcuts": [
    {
      "name": "Add new work order",
      "short_name": "New Order",
      "description": "Create a new work order",
      "url": "/works/create",
      "icons": [{ "src": "/add-file.png", "sizes": "192x192" }]
    },
    {
      "name": "Add new employer",
      "short_name": "New Assigner",
      "description": "Add a new person who assigns you work",
      "url": "/employer/create",
      "icons": [{ "src": "/add-frind.png", "sizes": "192x192" }]
    }
  ],
  "description":"Keeping your work records"
}
