ModuleBuilder/src/modules/ports/pcThemes.js

11 lines
245 B
JavaScript
Raw Normal View History

2021-04-07 13:53:02 +00:00
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']
}]
];