[Modules] Add PC Themes repo

This commit is contained in:
フズキ 2021-04-07 15:53:02 +02:00
parent 1c25ad6c3c
commit b984e3fc1e
No known key found for this signature in database
GPG Key ID: AD7750AB4625F1DD
2 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import nova from './nova.js';
import pcPlugins from './ports/plugins/pcPlugins.js';
import pcThemes from './ports/pcThemes.js';
export default [
{
@ -11,6 +12,7 @@ export default [
filename: 'nova',
modules: nova,
},
{
meta: {
name: 'Nova - PC Plugins',
@ -19,4 +21,13 @@ export default [
filename: 'pcplugins',
modules: pcPlugins,
},
{
meta: {
name: 'Nova - PC Themes',
description: 'Powercord themes ported by NovaGM.'
},
filename: 'pcthemes',
modules: pcThemes
}
];

View File

@ -0,0 +1,10 @@
export default [
/*
Notes for modules in this file:
- No hash is provided as ported themes have no risk of RCE / etc
*/
['keanuplayz/usrbg', '', '/powercord_manifest.json', 'pcTheme', {
authors: ['717352467280691331']
}]
];