From f1608b45aa8f0727d229859129e874a19995bf61 Mon Sep 17 00:00:00 2001 From: zortazert Date: Thu, 31 Mar 2022 13:59:45 -0500 Subject: [PATCH 1/2] Fixed comma errors. --- apps/mastodon.json | 2 +- apps/viewtube.json | 2 +- modules/__pycache__/render.cpython-38.pyc | Bin 2737 -> 2752 bytes modules/__pycache__/search.cpython-38.pyc | Bin 1812 -> 1827 bytes 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mastodon.json b/apps/mastodon.json index 6bacb3d..7796258 100644 --- a/apps/mastodon.json +++ b/apps/mastodon.json @@ -7,7 +7,7 @@ "licenses":["AGPL3+"], "platforms":["Web"], "interface":["HTML5"], - "languages":["Ruby" + "languages":["Ruby", "JavaScript"], "networks_read":["Mastodon", "ActivityPub"], diff --git a/apps/viewtube.json b/apps/viewtube.json index 696c49f..7a0faab 100644 --- a/apps/viewtube.json +++ b/apps/viewtube.json @@ -7,7 +7,7 @@ "licenses":["AGPL3+"], "platforms":["Web"], "interface":["HTML5"], - "languages":["Vue" + "languages":["Vue", "TypeScript"], "networks_read":["youtube"], "networks_write":[], diff --git a/modules/__pycache__/render.cpython-38.pyc b/modules/__pycache__/render.cpython-38.pyc index 0b0bcbdd75f9bf12832e9e00664fab640ecc0e01..a5630468ac174f9cbfb8b2bd18e9cfd645a28664 100644 GIT binary patch delta 88 zcmdledO(yfl$V!_0SK}`xhBQ%Z{)khYVDkC6%*_p6(3NPALEgqlvG(9lboNDnU}6x qP?VpQnp{#G<5rZK>YSfjkXn*il3!FDlbfGXnv+@_vsr{~E(-wqJ09x* delta 73 zcmX>gx>1xbl$V!_0SLN2x+Wdu+sJo|RmVg>BR@A)zbv^}KR7?Fq&%@GRo|^BHPtyk bw;;77vn0Q$SU)#Er8FnCSbwuJ+gug^WT6=S diff --git a/modules/__pycache__/search.cpython-38.pyc b/modules/__pycache__/search.cpython-38.pyc index 918d655d6cdc2d6b2271a6ecc6e09f4e4ca2246c..b88310c73cd5b5eaadf730306b3ea73cb4d1a08e 100644 GIT binary patch delta 83 zcmbQjx0sJRl$V!_0SMmBa+%0|)Y>`ODkj)HDn6hnKgJ_JDXFqJCOJPPGcR4YpeR2p lHMyiX#;qtd)j2=6Ahjg3B)_OQCO1E&G$*w Date: Thu, 31 Mar 2022 14:01:38 -0500 Subject: [PATCH 2/2] Added website to piped. --- apps/piped.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/piped.json b/apps/piped.json index d11f365..d4f43f1 100644 --- a/apps/piped.json +++ b/apps/piped.json @@ -1,6 +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" "icon":"https://piped.kavin.rocks/img/icons/logo.svg"}, "licenses":["AGPL3+"], "platforms":["Web"],