From b3286259734a593965a08d08ab93004c8365ed14 Mon Sep 17 00:00:00 2001 From: Sanooj Es Date: Sun, 30 Jun 2024 20:57:55 +0530 Subject: [PATCH] fix: #107 --- manifest.json | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/manifest.json b/manifest.json index e672ae4..26bd202 100644 --- a/manifest.json +++ b/manifest.json @@ -1,22 +1,16 @@ { - "name": "Hazy", - "description": "A Hazy spicetify theme", - "preview": "hazy_home.png", - "readme": "README.md", - "usercss": "user.css", - "schemes": "color.ini", - "include": [ - "https://raw.githubusercontent.com/Astromations/Hazy/main/theme.js" - ], - "authors": [ - { - "name": "Astromations", - "url": "https://github.com/Astromations" - } - ], - "tags": [ - "dark", - "transparent", - "hazy" - ] + "name": "Hazy", + "description": "A Hazy spicetify theme", + "preview": "hazy_home.png", + "readme": "README.md", + "usercss": "https://astromations.github.io/Hazy/app.css", + "schemes": "https://astromations.github.io/Hazy/color.ini", + "include": ["https://astromations.github.io/Hazy/hazy.js"], + "authors": [ + { + "name": "Astromations", + "url": "https://github.com/Astromations" + } + ], + "tags": ["dark", "transparent", "hazy"] }