diff options
Diffstat (limited to 'data')
6 files changed, 99 insertions, 0 deletions
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 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14h-2V9h-2V7h4v10z"/></svg>
\ 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 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>app</title> + <style>body { font-family: sans-serif; color: white; }</style> +</head> +<body> + <b>Hello world!</b> + <button onclick="alicorn.close();">Close</button> + + <script> + window.addEventListener('load', async () => { + window.alicorn = (await AlicornSDK.init()) + eval(AlicornKeyboardHandler); + alicorn.ready(); + }) + </script> +</body> +</html>
\ No newline at end of file diff --git a/data/user/Applications/org.minteck.alicorn.demoapp2.aap/AlicornApp.svg b/data/user/Applications/org.minteck.alicorn.demoapp2.aap/AlicornApp.svg new file mode 100644 index 0000000..10dc769 --- /dev/null +++ b/data/user/Applications/org.minteck.alicorn.demoapp2.aap/AlicornApp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 8c0 1.11-.9 2-2 2h-2v2h4v2H9v-4c0-1.11.9-2 2-2h2V9H9V7h4c1.1 0 2 .89 2 2v2z"/></svg>
\ No newline at end of file diff --git a/data/user/Applications/org.minteck.alicorn.demoapp2.aap/AlicornApp.yml b/data/user/Applications/org.minteck.alicorn.demoapp2.aap/AlicornApp.yml new file mode 100644 index 0000000..1f01aa3 --- /dev/null +++ b/data/user/Applications/org.minteck.alicorn.demoapp2.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 2 + +# 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 another 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.demoapp2 + +# 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.demoapp2.aap/index.html b/data/user/Applications/org.minteck.alicorn.demoapp2.aap/index.html new file mode 100644 index 0000000..d8c738f --- /dev/null +++ b/data/user/Applications/org.minteck.alicorn.demoapp2.aap/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>app</title> + <style>body { font-family: sans-serif; color: white; }</style> +</head> +<body> + <b>Bonjour le monde !</b> +</body> +</html>
\ No newline at end of file |