From c5edf9a622432588557e90ea4e70af29363fb022 Mon Sep 17 00:00:00 2001 From: Oye Olalmilekan Date: Fri, 15 May 2026 00:13:56 +0100 Subject: [PATCH] Add 'Appshots' project to projects.json Added a new project 'Appshots' with repository URL and description. --- data/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/projects.json b/data/projects.json index d055948f..352095e2 100644 --- a/data/projects.json +++ b/data/projects.json @@ -10,6 +10,17 @@ } ] }, + { + "name": "Appshots", + "repoUrl": "https://github.com/oyeolamilekan/appshots", + "description": "A simple app that enables developers to generate app store screenshots", + "authors": [ + { + "name": "@magicnull", + "link": "https://twitter.com/magicnull" + } + ] + }, { "name": "Adonis Auth Scaffold", "repoUrl": "https://github.com/creatrixity/adonis-auth-scaffold",