{
  "name": "Abby Service Navigation Wallet",
  "short_name": "Abby",
  "description": "A private wallet workspace for safety planning and 211 service navigation.",
  "id": ".",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#fafbf8",
  "theme_color": "#fafbf8",
  "orientation": "portrait-primary",
  "categories": ["health", "utilities", "productivity"],
  "icons": [
    {
      "src": "assets/favicon.svg",
      "sizes": "64x64",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/abby-icon.png",
      "sizes": "1683x1344",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Services",
      "short_name": "Services",
      "description": "Open 211 service search and saved service shells.",
      "url": "./#/social-services",
      "icons": [
        {
          "src": "assets/abby-icon.png",
          "sizes": "1683x1344",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Interactions",
      "short_name": "Interactions",
      "description": "Review service follow-ups and interaction history.",
      "url": "./#/interactions",
      "icons": [
        {
          "src": "assets/abby-icon.png",
          "sizes": "1683x1344",
          "type": "image/png"
        }
      ]
    }
  ]
}
