]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added information about various firefox forks (#182)
authorjopejoe1 <34899572+jopejoe1@users.noreply.github.com>
Mon, 26 Sep 2022 19:24:27 +0000 (19:24 +0000)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 19:24:27 +0000 (21:24 +0200)
* Librewolf

* Add Firedragon

* Add Pale Moon

* Add Waterfox

programs/firedragon.json [new file with mode: 0644]
programs/librewolf.json [new file with mode: 0644]
programs/palemoon.json [new file with mode: 0644]
programs/waterfox.json [new file with mode: 0644]

diff --git a/programs/firedragon.json b/programs/firedragon.json
new file mode 100644 (file)
index 0000000..88c4e13
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.firedragon",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.mozilla.org/show_bug.cgi?id=259356\n"
+        }
+    ],
+    "name": "Firedragon"
+}
diff --git a/programs/librewolf.json b/programs/librewolf.json
new file mode 100644 (file)
index 0000000..9073d49
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.librewolf",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.mozilla.org/show_bug.cgi?id=259356\n"
+        }
+    ],
+    "name": "Librewolf"
+}
diff --git a/programs/palemoon.json b/programs/palemoon.json
new file mode 100644 (file)
index 0000000..373a840
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.moonchild productions",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.mozilla.org/show_bug.cgi?id=259356\n"
+        }
+    ],
+    "name": "Pale Moon"
+}
diff --git a/programs/waterfox.json b/programs/waterfox.json
new file mode 100644 (file)
index 0000000..ce00445
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.waterfox",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.mozilla.org/show_bug.cgi?id=259356\n"
+        }
+    ],
+    "name": "Waterfox"
+}