diff --git a/apps/mastodon.json b/apps/mastodon.json index e5d6ed0..ec70a47 100644 --- a/apps/mastodon.json +++ b/apps/mastodon.json @@ -6,8 +6,12 @@ "icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Mastodon_Logotype_%28Simple%29.svg/60px-Mastodon_Logotype_%28Simple%29.svg.png"}, "licenses":["AGPL3+"], "platforms":["Web"], - "networks_read":["mastodon"], - "networks_write":["mastodon"], + "networks_read":["Mastodon", + "PeerTube", + "Pleroma"], + "networks_write":["Mastodon", + "PeerTube", + "Pleroma"], "formats_read":[], "formats_write":[], "generic_name":["Microblogger", diff --git a/apps/pleroma.json b/apps/pleroma.json new file mode 100644 index 0000000..56a571f --- /dev/null +++ b/apps/pleroma.json @@ -0,0 +1,19 @@ +{"names":["Pleroma"], + "comment": "Free and open communication for everyone. Pleroma is social networking software compatible with other Fediverse software such as Mastodon, Misskey, Pixelfed and many others.", + "links":{"website":"https://pleroma.social/", + "git":"https://git.pleroma.social/pleroma/pleroma/", + "icon":"https://pleroma.social/images/pleroma_logo_vector_nobg_nopan.svg"}, + "licenses":["AGPL3+"], + "platforms":["Web"], + "networks_read":["Pleroma", + "PeerTube", + "Mastodon"], + "networks_write":["Pleroma", + "PeerTube", + "Mastodon"], + "formats_read":[], + "formats_write":[], + "generic_name":["Microblogger", + "Blogger", + "Social Network", + "Publication"]}