diff --git a/.gitignore b/.gitignore index 1a1f48f..bdc8054 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /artifacts /daemon/ /dist +.eslintcache diff --git a/extension/manifest.json b/extension/manifest.json index d26dfd5..6738499 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Pywalfox", - "version": "2.0.4", + "version": "2.0.5", "description": "Dyanmic theming of the browser using your pywal colors", "browser_specific_settings": { "gecko": { @@ -36,42 +36,42 @@ "fetch_pywal_colors": { "description": "Fetches your Pywal colors and updates your browser theme", "suggested_key": { - "default": "Ctrl+Shift+F", - "mac": "MacCtrl+Shift+F" + "default": "Ctrl+Alt+F", + "mac": "MacCtrl+Alt+F" } }, "disable_theme": { "description": "Disables the Pywalfox theme", "suggested_key": { - "default": "Ctrl+Shift+R", - "mac": "MacCtrl+Shift+R" + "default": "Ctrl+Alt+R", + "mac": "MacCtrl+Alt+R" } }, "enable_dark_mode": { "description": "Enables the Pywalfox Dark mode", "suggested_key": { - "default": "Ctrl+Shift+D", - "mac": "MacCtrl+Shift+D" + "default": "Ctrl+Alt+D", + "mac": "MacCtrl+Alt+D" } }, "enable_light_mode": { "description": "Enables the Pywalfox Light mode", "suggested_key": { - "default": "Ctrl+Shift+L", - "mac": "MacCtrl+Shift+L" + "default": "Ctrl+Alt+L", + "mac": "MacCtrl+Alt+L" } }, "enable_auto_mode": { "description": "Enables the Pywalfox Auto mode", "suggested_key": { - "default": "Ctrl+Shift+A", - "mac": "MacCtrl+Shift+A" + "default": "Ctrl+Alt+A", + "mac": "MacCtrl+Alt+A" } }, "_execute_browser_action": { "suggested_key": { - "default": "Ctrl+Shift+P", - "mac": "MacCtrl+Shift+P" + "default": "Ctrl+Alt+P", + "mac": "MacCtrl+Alt+P" } } }, diff --git a/src/ui/settings.html b/extension/ui/settings.html similarity index 86% rename from src/ui/settings.html rename to extension/ui/settings.html index 243ac0d..46b773f 100644 --- a/src/ui/settings.html +++ b/extension/ui/settings.html @@ -4,7 +4,7 @@ Pywalfox - Settings - +
@@ -15,10 +15,10 @@

Pywalfox

- +
- +