{
  "name": "OneClick Workspace OS",
  "short_name": "OneClick Workspace OS",
  "description": "Add city and live weather to the dashboard, shown just below the greeting. Reads the signed-in person's saved location from their profile and shows current conditions, with a quick link to set a location if none is saved yet.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "./assets/favicon-D-sjFY0r.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "./assets/icon-512-Dxsdx0zm.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "scope": "./"
}