[Repos] Add PC Plugins repo

This commit is contained in:
Keanu Timmermans 2021-04-05 15:48:01 +02:00
parent 2c48e7fd6f
commit 31dea36c77
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,8 @@
import nova from './nova.js';
import pcPlugins from './ports/plugins/pcPlugins.js';
export default [
{
meta: {
@ -9,4 +12,12 @@ export default [
filename: 'nova',
modules: nova,
},
{
meta: {
name: 'Store Core - PC Plugins',
description: 'Auto-ported Powercord plugins.'
},
filename: 'pcplugins',
modules: pcPlugins
}
];

View File

@ -0,0 +1,5 @@
export default [
['notsapinho/powercord-mute-folder', '', '/manifest.json', 'pcPlugin', {
authors: ['506482395269169153']
}]
];