diff --git a/src/apps.json b/src/apps.json index c2fd5c6e3..7d3acfdd5 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9513,6 +9513,16 @@ "script": "strapdown\\.js", "website": "http://strapdownjs.com" }, + "Strapi": { + "cats": [ + 1 + ], + "headers": { + "X-Powered-By": "^Strapi" + }, + "icon": "Strapi.png", + "website": "https://strapi.io" + }, "Strato": { "cats": [ 6 diff --git a/src/icons/Strapi.png b/src/icons/Strapi.png new file mode 100644 index 000000000..065887ab7 Binary files /dev/null and b/src/icons/Strapi.png differ