{
    "name": "moena_administration",
    "short_name": "moena_admin",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#fff1e9",
    "theme_color": "#fa6602",
    "description": "This project contains the administration interface of the Moena app. Administrators should be able to manage alarms, events and users. The interface is developed in Flutter and builds on the Moena backend.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
