{
    "name": "misty.",
    "short_name": "misty.",
    "description": "Your news, quietly.",
    "start_url": "/feed.php",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f3ef",
    "theme_color": "#f5f3ef",
    "lang": "en",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [],
    "categories": ["news", "lifestyle"],
    "shortcuts": [
        {
            "name": "Feed",
            "short_name": "Feed",
            "description": "Go to your news feed",
            "url": "/feed.php",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "description": "Manage your topics and feeds",
            "url": "/settings.php",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
