28 lines
998 B
XML
28 lines
998 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2026 Crowetic
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>custom_pwa</id>
|
|
<name>Custom PWA Installer</name>
|
|
<summary>Authenticated install page for an instance-wide branded PWA</summary>
|
|
<description><![CDATA[
|
|
Provides a dedicated authenticated page that links to the themed core manifest
|
|
so users can install an instance-wide PWA instead of an app-scoped PWA.
|
|
]]></description>
|
|
<version>0.1.0</version>
|
|
<licence>agpl</licence>
|
|
<author mail="dev@crowetic.com">Crowetic</author>
|
|
<namespace>CustomPwa</namespace>
|
|
<category>integration</category>
|
|
<dependencies>
|
|
<nextcloud min-version="31" max-version="34"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\CustomPwa\Settings\AdminSettings</admin>
|
|
<admin-section>OCA\CustomPwa\Settings\AdminSection</admin-section>
|
|
</settings>
|
|
</info>
|