From eb90b9a0b1aaa9efebd4b20059c9aa58cd86cfed Mon Sep 17 00:00:00 2001 From: Rosa Richter Date: Sun, 22 Oct 2023 12:13:18 -0600 Subject: [PATCH] Add Dropbox --- programs/dropbox.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/dropbox.json diff --git a/programs/dropbox.json b/programs/dropbox.json new file mode 100644 index 00000000..38c98823 --- /dev/null +++ b/programs/dropbox.json @@ -0,0 +1,15 @@ +{ + "name": "Dropbox", + "files": [ + { + "path": "$HOME/.dropbox", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n" + }, + { + "path": "$HOME/.dropbox-dist", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n" + } + ] +}