{
  "name": "greatDash",
  "short_name": "greatDash",
  "description": "13-week sales activity planner for Greatway Financial advisors — greatDash.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1B2C6E",
  "theme_color": "#1B2C6E",
  "orientation": "any",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Action Plan",
      "short_name": "Planner",
      "url": "./index.html?tab=planner",
      "description": "Jump straight to today's activities"
    },
    {
      "name": "Client List",
      "short_name": "Clients",
      "url": "./index.html?tab=clients",
      "description": "View your potential client list"
    }
  ]
}
