upload to github

This commit is contained in:
JRoshthen1 2025-03-22 23:20:23 +01:00 committed by GitHub
commit 7be0570f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 399 additions and 0 deletions

14
metadata.json Normal file
View file

@ -0,0 +1,14 @@
{
"uuid": "applet-launcher@jroshthen1.github.io",
"name": "Applet Launcher",
"description": "A simple extension to launch desired applications from the top bar",
"shell-version": [
"42",
"43",
"44"
],
"version": 1,
"settings-schema": "org.gnome.shell.extensions.applet-launcher@jroshthen1.github.io",
"gettext-domain": "applet-launcher@jroshthen1.github.io",
"prefs.js": "prefs.js"
}