Skip to content

Commit ecbde0a

Browse files
author
Preet Thakkar
committed
file structure changed
1 parent f49dc36 commit ecbde0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"author": "Preet Thakkar",
1111

1212
"browser_action": {
13-
"default_icon": "src/img/favicon_spoj.png",
13+
"default_icon": "img/favicon_spoj.png",
1414
"default_title": "SPOJ Problem Score",
15-
"default_popup": "src/popup.html"
15+
"default_popup": "popup.html"
1616
},
1717

1818
"content_scripts": [
1919
{
2020
"matches": ["https://www.spoj.com/problems/*"],
21-
"js": ["src/content.js"]
21+
"js": ["content.js"]
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)