diff --git a/src/apps.json b/src/apps.json index 49340afb6..e49692468 100644 --- a/src/apps.json +++ b/src/apps.json @@ -78,6 +78,17 @@ "icon": "ebis.png", "website": "http://www.ebis.ne.jp" }, + "Amber": { + "cats": [ + "18", + "22" + ], + "headers": { + "X-Powered-By": "^Amber$" + }, + "icon": "amber.png", + "website": "https://amberframework.org" + }, "AMPcms": { "cats": [ "1" diff --git a/src/icons/amber.png b/src/icons/amber.png new file mode 100644 index 000000000..2012e0c00 Binary files /dev/null and b/src/icons/amber.png differ