{
    "name": "Pomodoro",
    "short_name": "Pomodoro",
    "description": "Pomodoro is a productivity webapp designed for your work and study. Stay focused and finish tasks effectively. Bring more balance to your life.",
    "lang": "en",
    "start_url": "./",
    "id": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#1F1F1F",
    "theme_color": "#1F1F1F",
    "icons": [
        {
            "src": "./favicons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./favicons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "./favicons/icon-192x192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./favicons/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./favicons/icon-192x192-monochrome.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "monochrome"
        },
        {
            "src": "./favicons/icon-512x512-monochrome.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "monochrome"
        }
    ],
    "screenshots": [
        {
            "src": "./screenshots/pomodoro-450x928-narrow.png",
            "sizes": "450x928",
            "form_factor": "narrow",
            "type": "image/png"
        },
        {
            "src": "./screenshots/music-450x928-narrow.png",
            "sizes": "450x928",
            "form_factor": "narrow",
            "type": "image/png"
        },
        {
            "src": "./screenshots/timer-450x928-narrow.png",
            "sizes": "450x928",
            "form_factor": "narrow",
            "type": "image/png"
        },
        {
            "src": "./screenshots/tasks-450x928-narrow.png",
            "sizes": "450x928",
            "form_factor": "narrow",
            "type": "image/png"
        },
        {
            "src": "./screenshots/pomodoro-1920x1080-wide.png",
            "sizes": "1920x1080",
            "form_factor": "wide",
            "type": "image/png"
        },
        {
            "src": "./screenshots/music-1920x1080-wide.png",
            "sizes": "1920x1080",
            "form_factor": "wide",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Music",
            "short_name": "Music",
            "description": "Play ambient sounds and music for focusing.",
            "url": "./#/music",
            "icons": [
                {
                    "src": "./shortcuts/music-192x192.webp",
                    "type": "image/webp",
                    "sizes": "192x192"
                }, 
                {
                    "src": "./shortcuts/music-192x192.png",
                    "type": "image/png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "description": "Adjust app preferences.",
            "url": "./#/settings",
            "icons": [
                {
                    "src": "./shortcuts/settings-192x192.webp",
                    "type": "image/webp",
                    "sizes": "192x192"
                },
                {
                    "src": "./shortcuts/settings-192x192.png",
                    "type": "image/png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Tasks",
            "short_name": "Tasks",
            "description": "Manage your todos and checklist.",
            "url": "./#/tasks",
            "icons": [
                {
                    "src": "./shortcuts/tasks-192x192.webp",
                    "type": "image/webp",
                    "sizes": "192x192"
                },
                {
                    "src": "./shortcuts/tasks-192x192.png",
                    "type": "image/png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Statistics",
            "short_name": "Statistics",
            "description": "View completed sessions and focus history.",
            "url": "./#/statistics",
            "icons": [
                {
                    "src": "./shortcuts/statistics-192x192.webp",
                    "type": "image/webp",
                    "sizes": "192x192"
                },
                {
                    "src": "./shortcuts/statistics-192x192.png",
                    "type": "image/png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}