diff options
| author | sameerasw <[email protected]> | 2025-02-26 18:38:53 +0530 | 
|---|---|---|
| committer | sameerasw <[email protected]> | 2025-02-26 18:38:53 +0530 | 
| commit | 3b0070518d96f8c7a924f7b8b178877c8207dfd3 (patch) | |
| tree | f1e6ebc28ba5c537dc61924b04dac7ab88d86ca0 | |
| parent | 28dd66e7e5860b81c25b1876cfc34cb277ebe81e (diff) | |
Theme request and issues button
| -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>  | 
