{
    "name": "Daily Readings Podcasts",
    "short_name": "Daily Readings",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f2f2f2",
    "theme_color": "#4B0082",
    "scope": ".",
    "orientation": "any",
    "description": "Listen to daily Catholic mass readings with The Daily Readings Podcasts. Features include audio playback, streak tracking, current month and year-long activity trackers, dark mode, and a Saint of the Day section. Designed for a distraction-free prayer experience.",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["Religion", "Audio", "Gospel", "Prayer", "Spirituality"],
    "icons": [
        {
            "src": "./img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "./img/screenshot-1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "description": "The Daily Readings Podcasts audio player with dark mode enabled."
        },
        {
            "src": "./img/screenshot-2.png",
            "sizes": "1280x720",
            "type": "image/png",
            "description": "Activity tracker showing listening progress for the current month."
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://dailyrosary.cf",
            "id": "Daily Rosary"
        },
        {
            "platform": "webapp",
            "url": "https://saintoftheday.cf",
            "id": "Saint of the Day"
        },
        {
            "platform": "webapp",
            "url": "https://candle-online.yorifaith.cf",
            "id": "Light a Candle"
        }
    ],
    "prefer_related_applications": false
}