Skip to content

Commit

Permalink
add link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
despokd committed Nov 30, 2023
1 parent 9d497c9 commit c2b5dab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "KD Themes",
"description": "CSS themes and improvements by Kilian Domaratius for specific websites",
"version": "2.0.0",
"version": "2.0.1",
"author": "Kilian Domaratius",
"icons": {
"16": "./img/icon16.png",
Expand Down
7 changes: 7 additions & 0 deletions chrome-extension/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<small><a href="https://github.com/despokd/kd-themes-extensions/issues/new" target="_blank">Report an issue</a></small>
</div>
</div>
</div>
<script src="../lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="./popup.js"></script>
</body>
Expand Down

0 comments on commit c2b5dab

Please sign in to comment.