Fritid

add_filter( 'web_app_manifest', function( $manifest ) { $manifest['display'] = 'standalone'; return $manifest; } );