Add author information to addon manifest file

This commit is contained in:
TheThomaas 2026-02-02 17:00:40 +01:00
parent 3605d52f21
commit a99f485893
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,9 @@ version: 0.1
id: example-library id: example-library
type: library type: library
description: Test library addon description: Test library addon
author:
name: TheThomaas
url: git.thethomaas.net/TheThomaas
url: 'https://git.thethomass.net/Umbra/umbra-test-addons' url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
tags: tags:
- Test - Test

View file

@ -3,7 +3,9 @@ version: 0.1
id: example-theme id: example-theme
type: theme type: theme
description: Test theme addon description: Test theme addon
author:
name: TheThomaas
url: git.thethomaas.net/TheThomaas
url: 'https://git.thethomass.net/Umbra/umbra-test-addons' url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
tags: tags:
- Test - Test