diff --git a/src/apps.json b/src/apps.json index 9a1cceeca..929d42f2a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12465,6 +12465,16 @@ }, "website": "https://webpack.github.io" }, + "parcel": { + "cats": [ + 19 + ], + "icon": "Parcel.png", + "js": { + "parcelRequire": "" + }, + "website": "https://parceljs.org/" + }, "wpCache": { "cats": [ 23 diff --git a/src/icons/Parcel.png b/src/icons/Parcel.png new file mode 100644 index 000000000..f3028060f Binary files /dev/null and b/src/icons/Parcel.png differ