diff options
-rw-r--r-- | manifest.json | 2 | ||||
-rw-r--r-- | popup/popup.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 4256a56..3308f77 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "2.1.0", + "version": "2.1.1", "description": "Make the internet feel native and elegant. Zen Internet is a browser extension that enhances your browsing experience by providing a clean and minimalistic interface with transparency and a focus on content. Customize the features in the addon popup.", "browser_specific_settings": { "gecko": { diff --git a/popup/popup.html b/popup/popup.html index 2b8c48d..254cd9b 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -14,7 +14,8 @@ <header class="app-header"> <div id="header-container"> <div class="logo-container"> - <img src="../assets/images/logo.png" alt="ZenInternet Logo" class="logo-img"> + <!-- <img src="../assets/images/logo.png" alt="ZenInternet Logo" class="logo-img"> --> + <img src="https://external-preview.redd.it/the-official-logo-of-gta-vi-v0-1mq-hMopb6xLaUw4iyglIEx-nf0AVeA4hzLLS7fWvLw.png?width=640&crop=smart&auto=webp&s=1c34f0c510bf28fc66942b1e070eeb94f1fda3e9" alt="ZenInternet Logo" class="logo-img"> <h1 class="app-title">Zen Internet</h1> </div> <div class="miniheader"> |