{
    "name": "The Order",
    "short_name": "ORDER",
    "description": "Personal growth through the Twelve Labors. This is your inflection point.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0d1114",
    "theme_color": "#0d1114",
    "orientation": "portrait",
    "_brand_comments": {
        "name": "BRAND.name",
        "short_name": "BRAND.short",
        "description": "BRAND.description + BRAND.motto (short PWA blurb)",
        "background_color": "BRAND_COLORS.themeBg",
        "theme_color": "BRAND_COLORS.themeBg"
    },
    "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"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ]
}