{
    "name": "Let's Decide",
    "short_name": "Decide",
    "description": "One yes-or-no question. One day. One answer.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#fbf9f3",
    "theme_color": "#fbf9f3",
    "categories": ["news", "social", "lifestyle"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Today's question",
            "short_name": "Today",
            "description": "Vote on today's question",
            "url": "/",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        },
        {
            "name": "The archive",
            "short_name": "Past",
            "description": "Browse past questions and their verdicts",
            "url": "/past",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        }
    ]
}
