File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 31
31
"content_security_policy" : {
32
32
"extension_pages" : " script-src 'self'; object-src 'self';"
33
33
},
34
+ "web_accessible_resources" : [{
35
+ "resources" : [
36
+ " /icons/night-mode.png" ,
37
+ " icons/night-mode.png"
38
+ ],
39
+ "matches" : [" <all_urls>" ]
40
+ }],
34
41
"permissions" : [
35
42
" tabs" ,
36
43
" storage" ,
Original file line number Diff line number Diff line change 23
23
< div class ="bg-white pl-4 py-4 mx-2 mb-2 rounded-3xl ">
24
24
< div class ="flex justify-between py-2 ">
25
25
< 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 ">
27
27
</ div >
28
28
< div >
29
29
< p class ="font-semibold "> SCRUM helper prefills the Scrums in google groups, with your FOSSASIA's contributions.</ p >
You can’t perform that action at this time.
0 commit comments