Skip to content

Commit

Permalink
MinimalSearchbar: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 24, 2024
1 parent d9b3ba4 commit 5657a10
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/MinimalSearchbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Condenses the header searchbar into an icon when not in use.
```css
@import url("https://minidiscordthemes.github.io/Snippets/MinimalSearchbar/main.css");
```
<!-- ### Replugged automatic theme
### Replugged automatic theme
[Install now](https://replugged.dev/install?identifier=net.saltssaumure.MinimalSearchbar)
### Replugged manual theme
[Download now](https://github.com/MiniDiscordThemes/Snippets/releases/latest/download/net.saltssaumure.MinimalSearchbar.asar) -->
[Download now](https://github.com/MiniDiscordThemes/Snippets/releases/latest/download/net.saltssaumure.MinimalSearchbar.asar)
### Vencord online theme
```
https://minidiscordthemes.github.io/Snippets/MinimalSearchbar/main.css
Expand Down
22 changes: 22 additions & 0 deletions themes/MinimalSearchbar/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "net.saltssaumure.MinimalSearchbar",
"name": "Minimal Searchbar",
"description": "Condenses the header searchbar into an icon when not in use. See GitHub for customisation options.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.0.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.MinimalSearchbar"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/main.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/themes/MinimalSearchbar",
"image": ["https://minidiscordthemes.github.io/Snippets/MinimalSearchbar/preview.avif"]
}

0 comments on commit 5657a10

Please sign in to comment.