added etesync
This commit is contained in:
47
web/etesync-web/manifest.json
Normal file
47
web/etesync-web/manifest.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"short_name": "EteSync",
|
||||
"name": "EteSync - Secure Data Sync",
|
||||
"description": "Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks, and notes.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"start_url": "https://etesync.szczepan.ski",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ffc107",
|
||||
"background_color": "#03a9f4",
|
||||
"categories": [
|
||||
"productivity",
|
||||
"utilities"
|
||||
],
|
||||
"related_applications": [
|
||||
{
|
||||
"platform": "play",
|
||||
"url": "https://play.google.com/store/apps/details?id=com.etesync.syncadapter",
|
||||
"id": "com.etesync.syncadapter"
|
||||
}, {
|
||||
"platform": "itunes",
|
||||
"url": "https://apps.apple.com/us/app/apple-store/id1489574285"
|
||||
}, {
|
||||
"platform": "f-droid",
|
||||
"url": "https://f-droid.org/packages/com.etesync.syncadapter/",
|
||||
"id": "com.etesync.syncadapter"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Calendar",
|
||||
"url": "/pim/events"
|
||||
}, {
|
||||
"name": "Tasks",
|
||||
"url": "/pim/tasks"
|
||||
}, {
|
||||
"name": "Address Book",
|
||||
"url": "/pim/contacts"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user