diff options
author | Mario <mario@mariovavti.com> | 2021-10-16 14:03:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-16 14:03:35 +0000 |
commit | 862a7c2dbada4ec6b293d4c428e0272bec2f9e11 (patch) | |
tree | 341462ab61dbacf7fa4b1d01b2f81642a109bb40 | |
parent | bb31a4620e227e21acb573c82a081142ff965114 (diff) | |
download | volse-hubzilla-862a7c2dbada4ec6b293d4c428e0272bec2f9e11.tar.gz volse-hubzilla-862a7c2dbada4ec6b293d4c428e0272bec2f9e11.tar.bz2 volse-hubzilla-862a7c2dbada4ec6b293d4c428e0272bec2f9e11.zip |
manifest: remove orientation so that os default will be used and add default theme_color
-rw-r--r-- | Zotlabs/Module/Manifest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Manifest.php b/Zotlabs/Module/Manifest.php index 6fe468a14..859efe737 100644 --- a/Zotlabs/Module/Manifest.php +++ b/Zotlabs/Module/Manifest.php @@ -23,10 +23,10 @@ class Manifest extends Controller { [ 'src' => '/images/app/hz-512.png', 'sizes' => '512x512', 'type' => 'image/png' ], [ 'src' => '/images/app/hz.svg', 'sizes' => '64x64', 'type' => 'image/xml+svg' ] ], + 'theme_color' => '#343a40', 'scope' => '/', 'start_url' => z_root(), 'display' => 'standalone', - 'orientation' => 'any', 'share_target' => [ 'action' => '/rpost', 'method' => 'POST', |