aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Manifest.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-16 14:03:35 +0000
committerMario <mario@mariovavti.com>2021-10-16 14:03:35 +0000
commit862a7c2dbada4ec6b293d4c428e0272bec2f9e11 (patch)
tree341462ab61dbacf7fa4b1d01b2f81642a109bb40 /Zotlabs/Module/Manifest.php
parentbb31a4620e227e21acb573c82a081142ff965114 (diff)
downloadvolse-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
Diffstat (limited to 'Zotlabs/Module/Manifest.php')
-rw-r--r--Zotlabs/Module/Manifest.php2
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',