Skip to content

Commit

Permalink
Added information about various firefox forks (#182)
Browse files Browse the repository at this point in the history
* Librewolf

* Add Firedragon

* Add Pale Moon

* Add Waterfox
  • Loading branch information
jopejoe1 committed Sep 26, 2022
1 parent 2a4c7be commit 183c69f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/firedragon.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions programs/librewolf.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions programs/palemoon.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions programs/waterfox.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 183c69f

Please sign in to comment.