{
    "id": "/?source=pwa",
    "name": "Votional",
    "short_name": "Votional",
    "description": "Capture, study, and grow with AI-powered sermon notes and daily devotionals",
    "version": "1.0.0",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#FDF8EF",
    "theme_color": "#5C1A1B",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "New Sermon",
            "short_name": "Record",
            "description": "Start recording a new sermon",
            "url": "/focus.html?source=shortcut",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Daily Bread",
            "short_name": "Devotional",
            "description": "Open today's devotional",
            "url": "/devotional.html?source=shortcut",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "My Notes",
            "short_name": "Notes",
            "description": "Browse your sermon notes",
            "url": "/notes.html?source=shortcut",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Bible",
            "short_name": "Bible",
            "description": "Open the Bible reader",
            "url": "/bible.html?source=shortcut",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "categories": [
        "education",
        "lifestyle",
        "productivity"
    ],
    "lang": "en-US",
    "scope": "/",
    "prefer_related_applications": false
}
