diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-17 13:50:48 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-17 13:50:48 -0500 |
commit | 139764077f4885746f9b49d6d94850775e559176 (patch) | |
tree | 6bb6d84076b3f48d054e00dc4a4e269ad977375a | |
parent | Split build script and rearrange linux folder (diff) | |
download | librewolf-linux-139764077f4885746f9b49d6d94850775e559176.tar.gz librewolf-linux-139764077f4885746f9b49d6d94850775e559176.tar.bz2 librewolf-linux-139764077f4885746f9b49d6d94850775e559176.zip |
Add about bookmarks
-rw-r--r-- | settings/distribution/policies.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json index 0a7f0f4..97b4518 100644 --- a/settings/distribution/policies.json +++ b/settings/distribution/policies.json @@ -36,6 +36,18 @@ "Folder": "LibreWolf" }, { + "Title": "Advanced Preferences", + "URL": "about:config", + "Placement": "menu", + "Folder": "LibreWolf" + }, + { + "Title": "All about pages", + "URL": "about:about", + "Placement": "menu", + "Folder": "LibreWolf" + }, + { "Title": "LibreWolf Profiles", "URL": "about:profiles", "Placement": "menu", |