aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authornobody <nobody@zotlabs.com>2021-08-28 01:09:11 -0700
committernobody <nobody@zotlabs.com>2021-08-28 01:09:11 -0700
commit2866c0b1737f571c77731eabb0d60d6660caee3b (patch)
treeef72556613187c611f6b131210621cc4a11a108a /boot.php
parent05152ac8c88711a74e61f75feae2c0a43dd40cc4 (diff)
parent5eaabbdb18b392478b6782fb580f22b3a1e666f2 (diff)
downloadvolse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.gz
volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.bz2
volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index ab23365c4..c2d08f87a 100644
--- a/boot.php
+++ b/boot.php
@@ -1198,6 +1198,10 @@ class App {
}
}
+ // webmanifest
+ head_add_link(['rel' => 'manifest', 'href' => '/manifest.json']);
+ self::$meta->set('application-name', Zotlabs\Lib\System::get_platform_name());
+
self::$meta->set('generator', Zotlabs\Lib\System::get_platform_name());
head_add_link(['rel' => 'shortcut icon', 'href' => head_get_icon()]);