df4e2dddec
Portable occ-based config, OCS endpoints for APK registration, notification relay, and server-side push dispatch.
16 lines
552 B
XML
16 lines
552 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>f7push</id>
|
|
<name>F7 Push</name>
|
|
<summary>Mobile push delivery for F7cloud accounts (Firebase)</summary>
|
|
<description>Registers F7cloud APK devices and sends Firebase push notifications per user account. Portable across F7cloud servers via occ configuration.</description>
|
|
<version>0.1.0</version>
|
|
<licence>AGPL</licence>
|
|
<author>F7cloud team</author>
|
|
<namespace>F7Push</namespace>
|
|
<category>tools</category>
|
|
<dependencies>
|
|
<f7cloud min-version="32" max-version="32"/>
|
|
</dependencies>
|
|
</info>
|