From b776fb43856dba245cfa579e9ed31fc67bd4128c Mon Sep 17 00:00:00 2001 From: zortazert Date: Thu, 31 Mar 2022 14:56:01 -0500 Subject: [PATCH] Fixed more comma errors :( --- README.md | 4 +++- apps/newpipe.json | 2 +- apps/piped.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60e65a8..7c04157 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In the [apps](apps) folder there are a bunch of json files for software. Here is ``` # TO DO -- [ ] Add interfaces and language parameters to search +- [x] Add interfaces and language parameters in json - [x] Documentation parameter in json - [ ] Make a script to make it easier to when creating software json files @@ -52,6 +52,8 @@ In the [apps](apps) folder there are a bunch of json files for software. Here is - [ ] librarian - [ ] fastlbry-terminal - [ ] lyberry-qt +- [ ] palemoon +- [ ] icecat ## Nice to have - [ ] Make a way on the website editor to submit json files diff --git a/apps/newpipe.json b/apps/newpipe.json index 4446bed..f6fbb7c 100644 --- a/apps/newpipe.json +++ b/apps/newpipe.json @@ -7,7 +7,7 @@ "licenses":["GPL3+"], "platforms":["Android"], "interface":["Touch"], - "languages":["Java" + "languages":["Java", "Kotlin"], "networks_read":["youtube", "peertube", diff --git a/apps/piped.json b/apps/piped.json index d4f43f1..6291f0d 100644 --- a/apps/piped.json +++ b/apps/piped.json @@ -1,7 +1,7 @@ {"names":["Piped"], "comment": "YouTube has an extremely invasive privacy policy which relies on using user data in unethical ways. You give them a lot of data - ranging from ideas, music taste, content, political opinions, and much more than you think. By using Piped, you can freely watch and listen to content freely without the fear of prying eyes watching everything you are doing.", "links":{"git":"https://github.com/TeamPiped/Piped#piped", - "website":"https://piped.kavin.rocks" + "website":"https://piped.kavin.rocks", "icon":"https://piped.kavin.rocks/img/icons/logo.svg"}, "licenses":["AGPL3+"], "platforms":["Web"],