Skip to content

Commit 939ada2

Browse files
committed
v1.0.0
1 parent a5362cb commit 939ada2

File tree

11 files changed

+8
-2
lines changed

11 files changed

+8
-2
lines changed

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@
3131
"clipboardRead",
3232
"fullscreen"
3333
],
34+
"icons": {
35+
"16": "/src/img/logo.32.32.png",
36+
"32": "/src/img/logo.64.64.png",
37+
"48": "/src/img/logo.96.96.png",
38+
"128": "/src/img/logo.256.256.png"
39+
},
3440
"offline_enabled": true
3541
}

src/html/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
</a>
254254
</ul>
255255
<a href="https://github.com/andrewbrg/codepad-chrome-app" target="_blank">
256-
<img src="/src/img/codepad-logo.png" height="28"/>
256+
<img src="/src/img/logo.48.48.png" height="28"/>
257257
</a>
258258
</div>
259259
</nav>

src/html/modals/content/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container-fluid">
2-
<p class="text-center"><img src="/src/img/codepad-logo.png" width=180"/></p>
2+
<p class="text-center"><img src="/src/img/logo.256.256.png" width=180"/></p>
33
<p class="text-center">An awesome multi-language IDE written in Vanilla JS and released under the GNU general public license!</p>
44
<p class="text-center"></p>
55
<p class="text-center">Crafted with <i class='fa fa-heart text-danger'></i> by <span class="app-author"></span>, available on <a href="https://github.com/andrewbrg/codepad-chrome-app" target="_blank"><i class="fa fa-github"></i> GitHub</a></p>

src/img/logo.128.128.png

8.81 KB
Loading

src/img/logo.16.16.png

1.39 KB
Loading

src/img/logo.256.256.png

18 KB
Loading

src/img/logo.32.32.png

2.35 KB
Loading

src/img/logo.48.48.png

3.67 KB
Loading

src/img/logo.64.64.png

4.77 KB
Loading

src/img/logo.96.96.png

6.94 KB
Loading

0 commit comments

Comments
 (0)