{
  "name": "Black Rock Bakery",
  "short_name": "Black Rock",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c4a21",
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" }
  ],
  "shortcuts": [
    {
      "name": "Owner login",
      "short_name": "Owner",
      "description": "Go straight to the bakery dashboard",
      "url": "/owner"
    }
  ]
}
