diff options
author | Mario <mario@mariovavti.com> | 2022-01-13 10:18:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-13 10:18:53 +0000 |
commit | 57ff6674384e7d6a18f505fdf51232f42b75cc72 (patch) | |
tree | 50b069bbe2fccd0b36643463600c50b3fb3dfee1 /include/plugin.php | |
parent | abe3039926dd388108e620148868880cb1da3fa3 (diff) | |
download | volse-hubzilla-57ff6674384e7d6a18f505fdf51232f42b75cc72.tar.gz volse-hubzilla-57ff6674384e7d6a18f505fdf51232f42b75cc72.tar.bz2 volse-hubzilla-57ff6674384e7d6a18f505fdf51232f42b75cc72.zip |
pwa improvements according to lighthouse
Diffstat (limited to 'include/plugin.php')
-rw-r--r-- | include/plugin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index 5b041f228..95c9882d0 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -742,7 +742,9 @@ function get_theme_info($theme){ 'credits' => '', 'maintainer' => array(), 'experimental' => false, - 'unsupported' => false + 'unsupported' => false, + 'theme_color' => '', + 'background_color' => '' ); if(file_exists("view/theme/$theme/experimental")) |