First release and rebranding

This commit is contained in:
2025-04-09 11:49:01 +02:00
parent d270f9b846
commit c732a9b025
5 changed files with 48 additions and 0 deletions

7
appinfo/app.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
namespace OCA\MinimalProfile\AppInfo;
use OCP\Util;
Util::addStyle('minimalprofile', 'style');
Util::addScript('minimalprofile', 'script');