Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
🎉 Added initial test extension to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev committed Jun 6, 2019
1 parent 8e0bdf5 commit 03de29b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file removed extensions/.gitkeep
Empty file.
13 changes: 13 additions & 0 deletions extensions/Test-Extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Test-Extension",
"version": "1.1.1",
"description": "Test Extension: Logs to the console",
"author": "N U R O ™ <[email protected]>",
"website": "https://tdem.app",
"enabled": true,
"init": true,
"dependencies": [],
"conflicts": [],
"create": "function () { console.log('Test Extension created!'); }",
"destroy": "function () { console.log('Test Extension destroyed!'); }"
}

0 comments on commit 03de29b

Please sign in to comment.