diff options
author | Mario <mario@mariovavti.com> | 2021-08-26 18:03:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-26 18:03:17 +0000 |
commit | 6e4c9d684d5fdf9998551c96cdb84e302845a940 (patch) | |
tree | eede5471ae79c75a94e5cbc1e5ecf696f8fc0ef5 /boot.php | |
parent | 3ff184f8bb7b6043fdfae12be90d0150cd3d27a1 (diff) | |
download | volse-hubzilla-6e4c9d684d5fdf9998551c96cdb84e302845a940.tar.gz volse-hubzilla-6e4c9d684d5fdf9998551c96cdb84e302845a940.tar.bz2 volse-hubzilla-6e4c9d684d5fdf9998551c96cdb84e302845a940.zip |
port latest pwa work from zap
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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()]); |