🛠️ Update extensions data; add new extensions for various frameworks and improve existing entries

This commit is contained in:
pheralb
2025-09-04 09:15:17 +01:00
parent ec6db6d23b
commit 1aadeb5604
3 changed files with 99 additions and 47 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface Extension {
id?: number;
name: string;
description: string;
created_by: {