From fbadafa45dd82dd6dc31304ae3c2c9ff6e487dc3 Mon Sep 17 00:00:00 2001 From: Sirius B Date: Wed, 30 Aug 2023 18:27:16 +0200 Subject: [PATCH] replugged stuff --- manifest.json | 16 ++++++++-------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 0aaca2a..a3040ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,18 @@ { - "id": "dev.replugged.PluginTemplate", - "name": "Plugin Template", - "description": "A plugin template", + "id": "com.sirio-network.themehooker", + "name": "ThemeHooker", + "description": "Fine. I'll fucking do it myself, because nobody else did. Adds Discord's custom themes' name inside the and tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it.", "author": { - "name": "replugged", - "discordID": "1000992611840049192", - "github": "replugged-org" + "name": "SiriusBYT", + "discordID": "311057290562371586", + "github": "SiriusBYT" }, "version": "1.0.0", "updater": { "type": "github", - "id": "replugged-org/plugin-template" + "id": "SiriusBYT/ThemeHooker" }, - "license": "MIT", + "license": "CC BY-NC-ND 4.0", "type": "replugged-plugin", "renderer": "src/index.ts", "source": "https://github.com/replugged-org/plugin-template", diff --git a/package.json b/package.json index ded0a62..a2c3fa4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "plugin-template", + "name": "ThemeHooker", "version": "1.0.0", - "description": "A plugin template", + "description": "Fine. I'll fucking do it myself, because nobody else did. Adds Discord's custom themes' name inside the and tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it.", "engines": { "node": ">=18.0.0", "pnpm": ">=8.0.0" @@ -21,7 +21,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "CC BY-NC-ND 4.0", "devDependencies": { "@types/node": "^18.17.6", "@typescript-eslint/eslint-plugin": "^5.62.0",