{
    "default_locale": "en",
    "description": "The journal is a web app that allows you to write your thoughts and feelings in an easy way.",
    "icons": [
        {
            "src": "icons/manifest icon-512.png",
            "sizes": "512x512"
        }
    ],
    "screenshots": [
        {
            "form_factor": "wide",
            "src": "screenshots/screenshot.png",
            "sizes": "2880x1433"
        },
        {
            "form_factor": "narrow",
            "src": "screenshots/screenshot-mobile.png",
            "sizes": "436x934"
        }
    ],
    "manifest_version": 2,
    "name": "Metrix Admin",
    "short_name": "Admin",
    "version": "0.1",
    "background_color": "#ffffff",
    "theme_color": "#4b4486",
    "orientation": "portrait",
    "start_url": "https://admin.metrix-journal.com/",
    "display": "standalone"
}