diff options
author | sameerasw <[email protected]> | 2025-02-25 23:38:44 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-25 23:39:37 +0530 |
commit | 6dccaa6d66ddf6dba648aa924f254983eafd36d3 (patch) | |
tree | 3c27e85f6a4404edfc7bc250add569f38fe394ee | |
parent | 7b774874f6b382d4860e3d65443336d0684ecd66 (diff) |
Styling updates and logos
-rw-r--r-- | .DS_Store | bin | 6148 -> 8196 bytes | |||
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | assets/images/logo.png | bin | 824395 -> 168763 bytes | |||
-rw-r--r-- | assets/images/logo_48.png | bin | 6013 -> 4984 bytes | |||
-rw-r--r-- | assets/images/logo_96.png | bin | 20066 -> 13741 bytes | |||
-rw-r--r-- | manifest.json | 2 | ||||
-rw-r--r-- | popup/popup.html | 3 | ||||
-rw-r--r-- | styles/global/base.css | 0 | ||||
-rw-r--r-- | styles/global/bootstrap.css | 0 | ||||
-rw-r--r-- | styles/global/buttons.css | 0 | ||||
-rw-r--r-- | styles/global/form.css | 0 | ||||
-rw-r--r-- | transparent-zen.css | 9 |
12 files changed, 10 insertions, 11 deletions
Binary files differ @@ -10,4 +10,9 @@ config.json # Node.js dependencies
node_modules/
dist/
-builds/
\ No newline at end of file +builds/
+
+# macos
+.DS_Store
+.AppleDouble
+.LSOverride
\ No newline at end of file diff --git a/assets/images/logo.png b/assets/images/logo.png Binary files differindex 2834488..1e56728 100644 --- a/assets/images/logo.png +++ b/assets/images/logo.png diff --git a/assets/images/logo_48.png b/assets/images/logo_48.png Binary files differindex 2fae26b..d083002 100644 --- a/assets/images/logo_48.png +++ b/assets/images/logo_48.png diff --git a/assets/images/logo_96.png b/assets/images/logo_96.png Binary files differindex d0cfd06..9b402a6 100644 --- a/assets/images/logo_96.png +++ b/assets/images/logo_96.png diff --git a/manifest.json b/manifest.json index 2fb6c38..a78ffd2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "0.2.0", + "version": "0.2.2", "description": "Inject custom css from my repository in real time", "browser_specific_settings": { "gecko": { diff --git a/popup/popup.html b/popup/popup.html index c15351e..7050511 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -20,6 +20,9 @@ <button id="refetch-css">Refetch latest styles</button> <button id="restart-background">Restart Background Script (optional)</button> <a href="https://sameerasw.github.io/my-internet/">Styles repo</a> + <p>About: + <a href="https://www.sameerasw.com/">sameerasw.com</a> + </p> </div> </div> <script src="popup.js"></script> diff --git a/styles/global/base.css b/styles/global/base.css deleted file mode 100644 index e69de29..0000000 --- a/styles/global/base.css +++ /dev/null diff --git a/styles/global/bootstrap.css b/styles/global/bootstrap.css deleted file mode 100644 index e69de29..0000000 --- a/styles/global/bootstrap.css +++ /dev/null diff --git a/styles/global/buttons.css b/styles/global/buttons.css deleted file mode 100644 index e69de29..0000000 --- a/styles/global/buttons.css +++ /dev/null diff --git a/styles/global/form.css b/styles/global/form.css deleted file mode 100644 index e69de29..0000000 --- a/styles/global/form.css +++ /dev/null diff --git a/transparent-zen.css b/transparent-zen.css deleted file mode 100644 index e5a34b0..0000000 --- a/transparent-zen.css +++ /dev/null @@ -1,9 +0,0 @@ -/* Global styles */
-@import url("shared/variables.css");
-/* @import url("styles/global/base.css");
-@import url("styles/global/buttons.css");
-@import url("styles/global/bootstrap.css");
-@import url("styles/global/form.css"); */
-
-/* Website specific styles */
-/* @import url("styles/websites/steam.css"); */
|