Skip to content

Commit 9c6092b

Browse files
committed
1 parent ae67b27 commit 9c6092b

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
smartReader_with_innerHtml.js

background.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ function updateIcon(state) {
2424

2525
path : {
2626

27-
"16": "icons/button/smartReader-white-16.png",
28-
"32": "icons/button/smartReader-white-32.png"
27+
"16": "/icons/button/smartReader-white-16.png",
28+
"32": "/icons/button/smartReader-white-32.png"
2929
}
3030

3131
});
@@ -36,8 +36,8 @@ function updateIcon(state) {
3636

3737
path : {
3838

39-
"16": "icons/button/smartReader-black-16.png",
40-
"32": "icons/button/smartReader-black-32.png"
39+
"16": "/icons/button/smartReader-black-16.png",
40+
"32": "/icons/button/smartReader-black-32.png"
4141
}
4242

4343
});
@@ -52,8 +52,8 @@ function updateIcon(state) {
5252

5353
path : {
5454

55-
"16": "icons/button/smartReader-black-16.png",
56-
"32": "icons/button/smartReader-black-32.png"
55+
"16": "/icons/button/smartReader-black-16.png",
56+
"32": "/icons/button/smartReader-black-32.png"
5757
}
5858

5959
});
@@ -64,8 +64,8 @@ function updateIcon(state) {
6464

6565
path : {
6666

67-
"16": "icons/button/smartReader-white-16.png",
68-
"32": "icons/button/smartReader-white-32.png"
67+
"16": "/icons/button/smartReader-white-16.png",
68+
"32": "/icons/button/smartReader-white-32.png"
6969
}
7070

7171
});
File renamed without changes.

manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "Modify a web page to make it more readable",
1313

1414
"icons": {
15-
"48": "icons/smartReader-48.png"
15+
"48": "/icons/smartReader-48.png"
1616
},
1717

1818
"content_scripts": [
@@ -32,17 +32,17 @@
3232

3333
"browser_action": {
3434
"default_icon": {
35-
"16": "icons/button/smartReader-white-16.png",
36-
"32": "icons/button/smartReader-white-32.png"
35+
"16": "/icons/button/smartReader-white-16.png",
36+
"32": "/icons/button/smartReader-white-32.png"
3737
},
3838
"default_title": "Change mode",
3939
"theme_icons": [{
40-
"light": "icons/button/smartReader-white-16.png",
41-
"dark": "icons/button/smartReader-black-16.png",
40+
"light": "/icons/button/smartReader-white-16.png",
41+
"dark": "/icons/button/smartReader-black-16.png",
4242
"size": 16
4343
}, {
44-
"light": "icons/button/smartReader-white-32.png",
45-
"dark": "icons/button/smartReader-black-32.png",
44+
"light": "/icons/button/smartReader-white-32.png",
45+
"dark": "/icons/button/smartReader-black-32.png",
4646
"size": 32
4747
}]
4848
}

web-ext-artifacts/smartreader-1.2.zip

-1.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)