Skip to content

Commit

Permalink
replugged stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusBYT committed Aug 30, 2023
1 parent cb762f0 commit fbadafa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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 <html> and <body> 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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <html> and <body> 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"
Expand All @@ -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",
Expand Down

0 comments on commit fbadafa

Please sign in to comment.