1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00
obsidian-livesync/manifest.json

11 lines
463 B
JSON
Raw Normal View History

2021-10-12 16:50:13 +02:00
{
"id": "obsidian-livesync",
2021-11-05 09:38:45 +02:00
"name": "Self-hosted LiveSync",
"version": "0.1.10",
2021-10-12 16:50:13 +02:00
"minAppVersion": "0.9.12",
2021-11-05 09:38:45 +02:00
"description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
2021-10-12 16:50:13 +02:00
"author": "vorotamoroz",
"authorUrl": "https://github.com/vrtmrz",
"isDesktopOnly": false
}