{
    "name"             : "Messenger",
    "version"          : "1.1.17",
    "short_name"       : "Messenger",
    "description"      : "Ende-zu-Ende verschlüsselter Messenger",
    "start_url"        : "./",
    "scope"            : "./",
    "display"          : "standalone",
    "orientation"      : "portrait",
    "background_color" : "#000000",
    "theme_color"      : "#007AFF",
    "lang"             : "de",
    "icons": [
        {
            "src"    : "icons/icon-192.png",
            "sizes"  : "192x192",
            "type"   : "image/png",
            "purpose": "any"
        },
        {
            "src"    : "icons/icon-512.png",
            "sizes"  : "512x512",
            "type"   : "image/png",
            "purpose": "any"
        },
        {
            "src"    : "icons/icon-512.png",
            "sizes"  : "512x512",
            "type"   : "image/png",
            "purpose": "maskable"
        }
    ]
}
