Skip to content

Commit 14af4d5

Browse files
Add files via upload
1 parent cfc284e commit 14af4d5

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

aura/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "2c2a89c1c45d2977cfce538e475902f5520f4382",
3+
"name": "aura",
4+
"website": "https://github.com/mediux-team/AURA",
5+
"license": "MIT License",
6+
"description": "aura (Automated Utility for Retrieval of Assets) is a visual tool for managing Mediux image assets for your media server. It provides a sleek and intuitive interface to browse, preview, and apply image sets to your library content across platforms like Plex, Emby, and Jellyfin.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "aura.png"
10+
}

aura/aura.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\aura;
4+
5+
class aura extends \App\SupportedApps
6+
{
7+
}

aura/aura.png

4.51 KB
Loading

0 commit comments

Comments
 (0)