{
  "name": "Activate Deployment Board",
  "short_name": "Deployment",
  "description": "Deploy staff to zones, set breaks, lock the shift, and submit the huddle.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#000626",
  "theme_color": "#00e5ff",
  "orientation": "any",
  "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"
    }
  ],
  "categories": [
    "productivity",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Deployment",
      "url": "./deployment.html",
      "description": "Assign zones and lock the shift"
    },
    {
      "name": "Break room display",
      "url": "./tv.html",
      "description": "The wall display"
    },
    {
      "name": "Admin",
      "url": "./admin-dashboard.html",
      "description": "Locations, users and slides"
    }
  ]
}
