Skip to content

Commit

Permalink
ClippyStatus: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 24, 2024
1 parent b392172 commit e4280d4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/ClippyStatus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Clippy Status
![Status: working](https://img.shields.io/badge/status-working-green?style=flat-square)

Become Clippy with this status style.
Become Clippy with this status style for the new profile experiment.

| Light mode | Dark mode |
| --------------------------------------------- | ------------------------------------------- |
Expand All @@ -15,10 +15,10 @@ Become Clippy with this status style.
```css
@import url("https://minidiscordthemes.github.io/Snippets/ClippyStatus/main.css");
```
<!-- ### Replugged automatic theme
### Replugged automatic theme
[Install now](https://replugged.dev/install?identifier=net.saltssaumure.ClippyStatus)
### Replugged manual theme
[Download now](https://github.com/MiniDiscordThemes/Snippets/releases/latest/download/net.saltssaumure.ClippyStatus.asar) -->
[Download now](https://github.com/MiniDiscordThemes/Snippets/releases/latest/download/net.saltssaumure.ClippyStatus.asar)
### Vencord online theme
```
https://minidiscordthemes.github.io/Snippets/ClippyStatus/main.css
Expand Down
25 changes: 25 additions & 0 deletions themes/ClippyStatus/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "net.saltssaumure.ClippyStatus",
"name": "Clippy Status",
"description": "Become Clippy with this status style for the new profile experiment.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.0.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.ClippyStatus"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/main.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/themes/ClippyStatus",
"image": [
"https://minidiscordthemes.github.io/Snippets/ClippyStatus/preview-light.avif",
"https://minidiscordthemes.github.io/Snippets/ClippyStatus/preview-dark.avif"
]
}

0 comments on commit e4280d4

Please sign in to comment.