forked from indymedia/epicyon
Related apps for notifications in manifest
parent
e10bc7c086
commit
c45c084b8c
10
daemon.py
10
daemon.py
|
@ -1296,6 +1296,16 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"related_applications": [
|
||||||
|
{
|
||||||
|
"platform": "fdroid",
|
||||||
|
"url": "https://f-droid.org/en/packages/eu.siacs.conversations"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"platform": "fdroid",
|
||||||
|
"url": "https://staging.f-droid.org/en/packages/im.vector.app"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
msg = json.dumps(manifest,
|
msg = json.dumps(manifest,
|
||||||
|
|
Loading…
Reference in New Issue