diff options
-rw-r--r-- | manifest.json | 2 | ||||
-rw-r--r-- | popup/popup.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 5e3ca93..2034b23 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "1.1.0", + "version": "1.1.1", "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 2042ae1..735babb 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -55,8 +55,8 @@ <i class="fas fa-book"></i> Styles Repository </a> <div class="footer-divider"></div> - <a href="https://github.com/sameerasw/zeninternet/" class="footer-link" target="_blank"> - <i class="fa-brands fa-github"></i> Github Repository + <a href="https://github.com/sameerasw/my-internet/issues/new/choose" class="footer-link" target="_blank"> + <i class="fa-brands fa-github"></i> Issues? Theme Requests? </a> </footer> </div> |