Skip to content

Commit c385fa7

Browse files
committed
nightmode png fix
Signed-off-by: Vedansh Saini <[email protected]>
1 parent c1f9e31 commit c385fa7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"content_security_policy": {
3232
"extension_pages": "script-src 'self'; object-src 'self';"
3333
},
34+
"web_accessible_resources": [{
35+
"resources": [
36+
"/icons/night-mode.png",
37+
"icons/night-mode.png"
38+
],
39+
"matches": ["<all_urls>"]
40+
}],
3441
"permissions": [
3542
"tabs",
3643
"storage",

src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="bg-white pl-4 py-4 mx-2 mb-2 rounded-3xl">
2424
<div class="flex justify-between py-2">
2525
<h3 class="text-3xl font-semibold ">Scrum Helper</h3>
26-
<img src="../src/icons/night-mode.png" alt="Night Mode" class="w-7 h-7 mx-3">
26+
<img src="icons/night-mode.png" alt="Night Mode" class="w-7 h-7 mx-3">
2727
</div>
2828
<div>
2929
<p class="font-semibold">SCRUM helper prefills the Scrums in google groups, with your FOSSASIA's contributions.</p>

0 commit comments

Comments
 (0)