new: Extensions v0

This commit is contained in:
x
2024-09-26 23:16:20 +02:00
parent a4caf23ee6
commit 0f9f6689b1
40 changed files with 19948 additions and 1675 deletions

View File

@@ -0,0 +1,7 @@
const { listExtensions } = require('./extensionList.js');
window.onload = () => {
listExtensions();
};