diff --git a/src/apps.json b/src/apps.json index f4f1813b6..d87b88f22 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4169,6 +4169,16 @@ "website": "sharepoint.microsoft.com", "icon": "Microsoft SharePoint.png" }, + "Milligram": { + "cats": [ + 18 + ], + "html": [ + "]+?href=\"[^\"]+milligram(?:\\.min)?\\.css" + ], + "website": "milligram.github.io", + "icon": "Milligram.png" + }, "MiniBB": { "cats": [ 2 diff --git a/src/icons/Milligram.png b/src/icons/Milligram.png new file mode 100644 index 000000000..6a7663c29 Binary files /dev/null and b/src/icons/Milligram.png differ