Skip to content

Commit 2661ac1

Browse files
author
Fabio Picheli
committed
refactor: remove github logo and name
1 parent 860f0ab commit 2661ac1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/popup/img/github.png

-1.32 KB
Binary file not shown.

app/popup/img/icon.png

698 Bytes
Loading

app/popup/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</head>
66
<body>
77
<div class="header text-center">
8-
<img src="img/github.png" alt="GitHub Logo" class="github-logo">
9-
<h2>Github Code Tree</h2>
8+
<img src="img/icon.png" alt="GitHub Logo" class="github-logo">
9+
<h2>Tree Explorer for Github</h2>
1010
<h3><a href="https://github.com/picheli20/github-code-tree" target="_blanket">Join us on Github</a></h3>
1111
</div>
1212
<div class="form-item">

icon.png

-28.6 KB
Loading

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Github Code Tree",
3-
"version": "1.0.0",
4-
"description": "Show the source tree on the github PR",
2+
"name": "Tree Explorer for Github",
3+
"version": "1.0.1",
4+
"description": "Show the file tree for PR's and commits",
55
"manifest_version": 2,
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)