diff --git a/src/apps.json b/src/apps.json index 2a6812a1b..6b6b0ddc9 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7211,6 +7211,16 @@ }, "website": "http://panvision.de/Produkte/Content_Management/index.asp" }, + "Paper.js": { + "cats": [ + 25 + ], + "icon": "paperjs.png", + "js": { + "paper.version": "(.*)\\;version:\\1" + }, + "website": "http://paperjs.org/" + }, "Pelican": { "cats": [ 1 diff --git a/src/icons/paperjs.png b/src/icons/paperjs.png new file mode 100644 index 000000000..37cb8a114 Binary files /dev/null and b/src/icons/paperjs.png differ