Skip to content

Commit 6dccaa6

Browse files
committed
Styling updates and logos
1 parent 7b77487 commit 6dccaa6

File tree

12 files changed

+10
-11
lines changed

12 files changed

+10
-11
lines changed

.DS_Store

2 KB
Binary file not shown.

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ config.json
1010
# Node.js dependencies
1111
node_modules/
1212
dist/
13-
builds/
13+
builds/
14+
15+
# macos
16+
.DS_Store
17+
.AppleDouble
18+
.LSOverride

assets/images/logo.png

-640 KB
Loading

assets/images/logo_48.png

-1 KB
Loading

assets/images/logo_96.png

-6.18 KB
Loading

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Zen Internet",
4-
"version": "0.2.0",
4+
"version": "0.2.2",
55
"description": "Inject custom css from my repository in real time",
66
"browser_specific_settings": {
77
"gecko": {

popup/popup.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ <h1 class="headline">ZenInternet by @sameerasw</h1>
2020
<button id="refetch-css">Refetch latest styles</button>
2121
<button id="restart-background">Restart Background Script (optional)</button>
2222
<a href="https://sameerasw.github.io/my-internet/">Styles repo</a>
23+
<p>About:
24+
<a href="https://www.sameerasw.com/">sameerasw.com</a>
25+
</p>
2326
</div>
2427
</div>
2528
<script src="popup.js"></script>

styles/global/base.css

Whitespace-only changes.

styles/global/bootstrap.css

Whitespace-only changes.

styles/global/buttons.css

Whitespace-only changes.

0 commit comments

Comments
 (0)