Trying to make json look better.
This commit is contained in:
parent
802a7b0b16
commit
fe98c11aaa
1 changed files with 3 additions and 11 deletions
14
README.md
14
README.md
|
@ -26,19 +26,11 @@ In the [apps](apps) folder there are a bunch of json files for software. Here is
|
||||||
"links":{"website":"https://youtube.com",
|
"links":{"website":"https://youtube.com",
|
||||||
"wikipedia":"https://en.wikipedia.org/wiki/YouTube",
|
"wikipedia":"https://en.wikipedia.org/wiki/YouTube",
|
||||||
"icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/120px-YouTube_full-color_icon_%282017%29.svg.png"},
|
"icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/120px-YouTube_full-color_icon_%282017%29.svg.png"},
|
||||||
"platforms":["Android",
|
"platforms":["Android", "iOS","Web"],
|
||||||
"iOS",
|
|
||||||
"Web"],
|
|
||||||
"networks_read":["youtube"],
|
"networks_read":["youtube"],
|
||||||
"networks_write":["youtube"],
|
"networks_write":["youtube"],
|
||||||
"formats_read":[],
|
"formats_read":[],
|
||||||
"formats_write":[],
|
"formats_write":[],
|
||||||
"generic_name":["Video Player",
|
"generic_name":["Video Player", "YouTube Client", "Music Player", "Publication"],
|
||||||
"YouTube Client",
|
"issues":["Surveillance", "Non-Free Software", "Non-Free JavaScript", "DRM"]}
|
||||||
"Music Player",
|
|
||||||
"Publication"],
|
|
||||||
"issues":["Surveillance",
|
|
||||||
"Non-Free Software",
|
|
||||||
"Non-Free JavaScript",
|
|
||||||
"DRM"]}
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue