{
  "id": "./",
  "name": "My Work + Life Assistant v8.3.14",
  "short_name": "My Assistant",
  "description": "Work, business, health, mileage, tasks, capture, and private cloud sync.",
  "start_url": "./index.html#dashboard",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f7f2ec",
  "theme_color": "#64765d",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png?v=8.3.14",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png?v=8.3.14",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "./index.html#dashboard"
    },
    {
      "name": "Mobile Capture",
      "short_name": "Capture",
      "url": "./index.html#capture"
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "./index.html#calendar"
    }
  ]
}