We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20bf3da + 120da2f commit c4124c6Copy full SHA for c4124c6
content.js
@@ -215,7 +215,6 @@ function changeConsoleHeaderAndFooter() {
215
footer.style.backgroundColor = colors[regexp];
216
});
217
}
218
- return;
219
220
221
manifest.json
@@ -2,7 +2,7 @@
2
"name": "__MSG_extName__",
3
"description": "__MSG_extDescription__",
4
"default_locale": "en",
5
- "version": "1.3.1",
+ "version": "1.3.2",
6
"manifest_version": 3,
7
"permissions": ["storage"],
8
"content_scripts": [
0 commit comments