diff --git a/manifest.json b/manifest.json index 0df0cea..55170e9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,13 @@ "name": "SpoTUI", "description": "Terminal interface for Spotify...", "preview": "preview.png", + "usercss": "user.css", + "schemes": "color.ini", + "include": ["https://cdn.jsdelivr.net/gh/SkenSMasteR/SpoTUI@master/theme.js"], "readme": "README.md", - "branch": "release", + "branch": "master", "authors": [ { "name": "SkenS", "url": "https://github.com/SkenSMasteR" } ], "tags": ["tui", "beta", "dev", "commands", "terminal", "cli"] -} \ No newline at end of file +}