Хотя лично я не считаю это отличной идеей, вы можете использовать систему уведомлений XenForo, чтобы предоставить пользователям возможность установить приложение PWA (аналогично тому, как они видят его в боковом меню на мобильных устройствах), используя следующий HTML-код в своем уведомлении (это буквально копия / вставка из того, как это делается в боковом меню):
<div class="offCanvasMenu-installBanner js-installPromptContainer" style="display: none;" data-xf-init="install-prompt">
<div class="offCanvasMenu-installBanner-header">Install the app</div>
<button type="button" class="js-installPromptButton button"><span class="button-text">Install</span></button>
<template class="js-installTemplateIOS">
<div class="overlay-title">How to install the app on iOS</div>
<div class="block-body">
<div class="block-row">
<p>
Follow along with the video below to see how to install our site as a web app on your home screen.
</p>
<p style="text-align: center">
<img src="/styles/default/xenforo/add_to_home.gif" width="222" height="480">
</p>
<p>
<small><strong>Note:</strong> This feature currently requires accessing the site using the built-in Safari browser.</small>
</p>
</div>
</div>
</template>
</div>