{
    "id": "sharedlives",
    "name": "Shared Lives",
    "short_name": "Shared Lives",
    "description": "Shared Lives provides community-based alternatives to traditional residential or day care, including day support, sessional activities, and short-term or respite care for adults.",
    "start_url": "/?client=pwa",
    "developer": {
        "name": "Carbon Creative",
        "url": "https://www.carboncreative.co.uk/"
    },
    "theme_color": "#51297C",
    "background_color": "#B8A0CD",
    "display": "fullscreen",
    "orientation": "portrait",
    "scope": "/",
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "icons": [
        {
            "src": "/assets/img/pwa/manifest-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/pwa/manifest-icon-192x192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/img/pwa/manifest-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/pwa/manifest-icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Forums",
            "url": "/home"
        },
        {
            "name": "My Account",
            "url": "/account"
        },
        {
            "name": "Help / FAQs",
            "url": "/support"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://sharedlives.cds.aws.carboncode.co.uk/manifest.json"
        }
    ],
    "screenshots": [
        {
          "src": "/assets/pwa/screenshot-overview.png",
          "sizes": "998x548",
          "platform": "wide",
          "label": "The initial landing page of the shared lives webapp"
        }
    ]
}
