From 9ce177d037d0aec26d51cfcba5a091155aebbfc6 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 21:23:27 +0200 Subject: Initial commit --- .../org.minteck.alicorn.demoapp.aap/AlicornApp.svg | 1 + .../org.minteck.alicorn.demoapp.aap/AlicornApp.yml | 33 ++++++++++++++++++++++ .../org.minteck.alicorn.demoapp.aap/index.html | 20 +++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.svg create mode 100644 data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.yml create mode 100644 data/user/Applications/org.minteck.alicorn.demoapp.aap/index.html (limited to 'data/user/Applications/org.minteck.alicorn.demoapp.aap') diff --git a/data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.svg b/data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.svg new file mode 100644 index 0000000..e647c07 --- /dev/null +++ b/data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.yml b/data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.yml new file mode 100644 index 0000000..b01fba3 --- /dev/null +++ b/data/user/Applications/org.minteck.alicorn.demoapp.aap/AlicornApp.yml @@ -0,0 +1,33 @@ +# The common display name of this app. +# It may be used as the directory name. +name: Demo App + +# A generic name for the app. +# Shown in the application menu and used by the system-wide search engine. +generic_name: Testing Program + +# The type of package. +# Can be: app, command, service; check the documentation for details. +type: app + +# The name of the app developer. Commonly shown in app stores +author: Minteck + +# A website that can provide support and optionally bug reports. +website: https://minteck.org + +# A description for the app. Commonly shown in app stores +description: Just a demo application for the Alicorn Operating System + +# A unique package name for the app. +# NOTE: This should only contain alphanumerical characters and periods, +# or it may break the window manager and other core system functionality. +package: org.minteck.alicorn.demoapp + +# The app version, can be any type of data. +# Used by app stores to check against new updates +version: 1.0 + +# Size of the base app window. Can be adjusted from an API call. +width: 256 +height: 256 \ No newline at end of file diff --git a/data/user/Applications/org.minteck.alicorn.demoapp.aap/index.html b/data/user/Applications/org.minteck.alicorn.demoapp.aap/index.html new file mode 100644 index 0000000..eea5356 --- /dev/null +++ b/data/user/Applications/org.minteck.alicorn.demoapp.aap/index.html @@ -0,0 +1,20 @@ + + + + + app + + + + Hello world! + + + + + \ No newline at end of file -- cgit