diff --git a/metadata_generator.html b/metadata_generator.html new file mode 100644 index 0000000..df15cf1 --- /dev/null +++ b/metadata_generator.html @@ -0,0 +1,172 @@ + + + +Application metadata generator (app.json) + + + +

Application Metadata Generator (app.json)

+
+Application Name:

+ + +Application Description:


+ + +Main javascript file name:

+ +Icon file name:
+Caption:

+ + +Category:

+ +
+
 
+
+Code to insert in a file named "app.json" that you must put in the folder of your application in the repository:
+ + + + +
+ + \ No newline at end of file diff --git a/storage/app001/app.json b/storage/app001/app.json new file mode 100644 index 0000000..9f62627 --- /dev/null +++ b/storage/app001/app.json @@ -0,0 +1,10 @@ +{ + "application": { + "name": "My Application 001", + "description": "This is my super Application no 001.\nI can have many line of description, up to 1000 char", + "jsfile": "test.js", + "icon": "myicon.js", + "caption": "APP001", + "category": "UTILITIES" + } +} \ No newline at end of file diff --git a/storage/app002/app.json b/storage/app002/app.json new file mode 100644 index 0000000..d031e0b --- /dev/null +++ b/storage/app002/app.json @@ -0,0 +1,10 @@ +{ + "application": { + "name": "My Application 002", + "description": "This is my super Application no 002.\nI can have many line of description, up to 1000 char", + "jsfile": "test.js", + "icon": "myicon.js", + "caption": "APP002", + "category": "UTILITIES" + } +} \ No newline at end of file diff --git a/storage/app003/app.json b/storage/app003/app.json new file mode 100644 index 0000000..52f436f --- /dev/null +++ b/storage/app003/app.json @@ -0,0 +1,10 @@ +{ + "application": { + "name": "My Application 003", + "description": "This is my super Application no 003.\nI can have many line of description, up to 1000 char", + "jsfile": "test.js", + "icon": "myicon.js", + "caption": "APP003", + "category": "UTILITIES" + } +} \ No newline at end of file