Fixed more comma errors :(

This commit is contained in:
zortazert 2022-03-31 14:56:01 -05:00
parent 0d72f3ce2a
commit b776fb4385
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -7,7 +7,7 @@
"licenses":["GPL3+"],
"platforms":["Android"],
"interface":["Touch"],
"languages":["Java"
"languages":["Java",
"Kotlin"],
"networks_read":["youtube",
"peertube",

View file

@ -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"],