{
    "id": "scripture-habit-pwa",
    "short_name": "Scripture Habit",
    "name": "Scripture Habit - Build a Study Habit",
    "description": "Learn scriptures with friends and share your insights in a community.",
    "icons": [
        {
            "src": "/favicon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "New Note",
            "short_name": "New Note",
            "description": "Create a new scripture study note",
            "url": "/dashboard?openNewNote=true",
            "icons": [
                {
                    "src": "/favicon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My Notes",
            "short_name": "My Notes",
            "description": "View your saved study notes",
            "url": "/dashboard?view=1",
            "icons": [
                {
                    "src": "/favicon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Scripture Habit Desktop"
        },
        {
            "src": "/og-image.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Scripture Habit Mobile"
        }
    ],
    "start_url": "/dashboard",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#FF919D",
    "background_color": "#ffffff",
    "categories": [
        "education",
        "social",
        "lifestyle"
    ]
}