diff --git a/src/drivers/webextension/images/icons/Remix.png b/src/drivers/webextension/images/icons/Remix.png new file mode 100644 index 000000000..cb004db69 Binary files /dev/null and b/src/drivers/webextension/images/icons/Remix.png differ diff --git a/src/technologies/r.json b/src/technologies/r.json index 65e730cf1..2ae412cdb 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -772,6 +772,20 @@ ], "website": "https://www.relaiscolis.com" }, + "Remix": { + "cats": [ + 18, + 22 + ], + "description": "Remix is a full stack web framework focused on web fundamentals and modern UX.", + "icon": "Remix.png", + "implies": ["Node.js"], + "js": { + "__remixContext": "" + }, + "oss": true, + "website": "https://remix.run/" + }, "RequireJS": { "cats": [ 12 @@ -1471,4 +1485,4 @@ ], "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}