{
  "name": "Guided Path Home Services",
  "short_name": "Guided Path",
  "description": "Member portal for Guided Path Home Services. Talk to Riley, request help with anything at home, manage your service history. For homeowners, contractors, and Guided Path operations.",
  "start_url": "./index.html?source=pwa",
  "id": "guided-path-app",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#F5F1E8",
  "theme_color": "#1F4022",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "utilities", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Request Help",
      "short_name": "Help",
      "description": "Tell Riley what's broken at home",
      "url": "./index.html?action=request-help",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Call Riley",
      "short_name": "Call",
      "description": "Call Riley at (989) 814-4056",
      "url": "tel:+19898144056",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "View account, plan, and documents",
      "url": "./index.html?tab=account",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Guided Path member portal"
    }
  ]
}
