{
  "id": "/",
  "name": "FF Family",
  "short_name": "FF Family",
  "description": "Family money tools — three apps, one shared family ledger.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#EDF3F8",
  "theme_color": "#2B62C4",
  "lang": "he",
  "dir": "auto",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "FF Life",
      "short_name": "Life",
      "description": "Personal finances",
      "url": "/life",
      "icons": [
        {
          "src": "/icons/icon-life.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "FF Grows",
      "short_name": "Grows",
      "description": "Kids money learning",
      "url": "/grows",
      "icons": [
        {
          "src": "/icons/icon-grows.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "FF Business",
      "short_name": "Business",
      "description": "Small-business owner dashboard",
      "url": "/biz",
      "icons": [
        {
          "src": "/icons/icon-biz.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    }
  ]
}
