From 77406a455f118210b9963a3ccd254fb66c6e490f Mon Sep 17 00:00:00 2001 From: Graham Rogers Date: Thu, 26 May 2022 11:49:30 +0100 Subject: [PATCH] Add Firefox config (#68) --- programs/firefox.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/firefox.json diff --git a/programs/firefox.json b/programs/firefox.json new file mode 100644 index 0000000..0e3a926 --- /dev/null +++ b/programs/firefox.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mozilla", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.mozilla.org/show_bug.cgi?id=259356\n" + } + ], + "name": "Firefox" +} \ No newline at end of file -- 2.47.3