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 /view/theme/redbasic/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 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/theme.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 3c07e1582..783bd9d4e 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -3,12 +3,14 @@ /** * * Name: Redbasic * * Description: Hubzilla standard theme - * * Version: 2.1 - * * MinVersion: 5.9 - * * MaxVersion: 7.0 + * * Version: 2.2 + * * MinVersion: 6.5.13 + * * MaxVersion: 8.0 * * Author: Fabrixxm * * Maintainer: Mike Macgirvin * * Maintainer: Mario Vavti + * * Theme_Color: #343a40 + * * Background_Color: rgb(254,254,254) */ function redbasic_init(&$a) { |