From: Graham Rogers Date: Thu, 26 May 2022 10:49:30 +0000 (+0100) Subject: Add Firefox config (#68) X-Git-Tag: v0.2.0.0~7 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/77406a455f118210b9963a3ccd254fb66c6e490f?ds=sidebyside Add Firefox config (#68) --- 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