diff --git a/dev.chriscochrun.Lumina.yml b/dev.chriscochrun.Lumina.yml
deleted file mode 100644
index f5bba2d..0000000
--- a/dev.chriscochrun.Lumina.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-id: xyz.cochrun.Lumina
-runtime: org.freedesktop.Platform
-runtime-version: '25.08'
-sdk: org.freedesktop.Sdk
-sdk-extensions:
- - "org.freedesktop.Sdk.Extension.rust-stable"
-base: "com.system76.Cosmic.BaseApp"
-command: "lumina -i"
-finish-args:
- - --share=ipc
- - --socket=fallback-x11
- - --socket=wayland
- - --device=dri
- - --share=network
- - --filesystem=xdg-documents
-modules:
- - name: lumina
- buildsystem: simple
- build-options:
- - env:
- build-commands:
- - install -Dm755 hello.sh /app/bin/hello
- sources:
- - type: script
- dest-filename: hello.sh
- commands:
- - echo "Hello world, from a sandbox"
diff --git a/res/xyz.cochrun.lumina.lumina.desktop b/res/xyz.cochrun.lumina.desktop
similarity index 82%
rename from res/xyz.cochrun.lumina.lumina.desktop
rename to res/xyz.cochrun.lumina.desktop
index 9c0ab78..460405c 100644
--- a/res/xyz.cochrun.lumina.lumina.desktop
+++ b/res/xyz.cochrun.lumina.desktop
@@ -4,7 +4,7 @@ Type=Application
Name=Lumina
Comment=A church presentation app that is built to be simple to use.
-Categories=AudioVideo;Player;
+Categories=Office;AudioVideo;Player;
Icon=lumina
Exec=lumina -i
diff --git a/res/xyz.cochrun.lumina.lumina.metainfo.xml b/res/xyz.cochrun.lumina.metainfo.xml
similarity index 89%
rename from res/xyz.cochrun.lumina.lumina.metainfo.xml
rename to res/xyz.cochrun.lumina.metainfo.xml
index dee60e2..d3a4416 100644
--- a/res/xyz.cochrun.lumina.lumina.metainfo.xml
+++ b/res/xyz.cochrun.lumina.metainfo.xml
@@ -1,6 +1,6 @@