diff --git a/source/data/applications.json b/source/data/applications.json index ba7492a..1797d80 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -8546,6 +8546,90 @@ "language": "PowerShell", "license": "MIT", "homepage_url": "" + }, + { + "name": "mason.nvim", + "description": "", + "repo_url": "https://github.com/mason-org/mason.nvim", + "tags": [ + "tui" + ], + "platforms": [ + "n/a" + ], + "category": "neovim-extensions", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Pixelfed", + "description": "", + "repo_url": "https://github.com/pixelfed/pixelfed", + "tags": [], + "platforms": [ + "mobile" + ], + "category": "social-network", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "CodiMD", + "description": "", + "repo_url": "https://github.com/hackmdio/codimd", + "tags": [], + "platforms": [ + "selfhost" + ], + "category": "markdown-editor", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "ProtonMail", + "description": "", + "repo_url": "https://github.com/ProtonMail/WebClients", + "tags": [], + "platforms": [ + "cross", + "mobile" + ], + "category": "mail", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Mastodon", + "description": "", + "repo_url": "https://github.com/mastodon/mastodon", + "tags": [], + "platforms": [ + "web", + "mobile" + ], + "category": "social-network", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file diff --git a/source/data/categories.json b/source/data/categories.json index b9e3fdc..4896b5e 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -702,6 +702,12 @@ "parent": "terminal", "description": "" }, + { + "name": "Social Network", + "id": "social-network", + "parent": "internet", + "description": "" + }, { "name": "Other", "id": "other",