{
    "name": "Bongily",
    "short_name": "Bongily",
    "description": "Bongily is a grow journal and plant project community app for creating grow logs, uploading progress photos, following growers, liking posts, commenting, and tracking plant projects.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "id": "https://bongily.com/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#04120D",
    "theme_color": "#00FF99",
    "orientation": "portrait-primary",
    "categories": [
        "social",
        "lifestyle",
        "productivity"
    ],
    "lang": "en-US",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile-home.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Bongily mobile home"
        },
        {
            "src": "/screenshots/mobile-project.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Grow project journal"
        },
        {
            "src": "/screenshots/desktop-home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Bongily desktop community"
        }
    ],
    "shortcuts": [
        {
            "name": "Community",
            "short_name": "Community",
            "description": "Open the Bongily community hub",
            "url": "/community.html?source=pwa",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Create Project",
            "short_name": "Create",
            "description": "Create a new grow project",
            "url": "/create-project.html?source=pwa",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}