diff --git a/src/drivers/webextension/images/icons/Ziggy.png b/src/drivers/webextension/images/icons/Ziggy.png new file mode 100644 index 000000000..e8b663a6e Binary files /dev/null and b/src/drivers/webextension/images/icons/Ziggy.png differ diff --git a/src/technologies/z.json b/src/technologies/z.json index e48f73375..e56b38e2e 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -326,6 +326,22 @@ "saas": true, "website": "https://zid.sa" }, + "Ziggy": { + "cats": [ + 59 + ], + "description": "Ziggy is a library that allows using Laravel named routes in JavaScript.", + "icon": "Ziggy.png", + "implies": [ + "Laravel", + "Inertia.js" + ], + "js": { + "Ziggy": "" + }, + "oss": true, + "website": "https://github.com/tighten/ziggy" + }, "Zimbra": { "cats": [ 30 @@ -715,4 +731,4 @@ "scriptSrc": "userapp\\.zyrosite\\.com/", "website": "https://zyro.com" } -} \ No newline at end of file +}