Filter to enable or disable the theme-color
meta tag added by SuperPWA. A possible use case is if your theme is already adding the theme-color.
apply_filters( 'superpwa_add_theme_color', true );
@since 1.9
Add this to the functions.php of the theme to stop SuperPWA from adding the meta theme-color.
add_filter( 'superpwa_add_theme_color', '__return_false' );
Articles Linking Here