Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption
location-sharing
privacy
self-hosted
federated
1{
2 "$schema": "../gen/schemas/desktop-schema.json",
3 "identifier": "default",
4 "description": "Capability for the main window",
5 "windows": ["main"],
6 "permissions": [
7 "core:default",
8 "opener:default",
9 "store:default",
10 {
11 "identifier": "opener:allow-open-url",
12 "allow": [
13 {
14 "url": "geo:*"
15 }
16 ]
17 }
18 ]
19}