diff --git a/app.js b/app.js
index 5fdd5c7..4979b12 100644
--- a/app.js
+++ b/app.js
@@ -188,7 +188,7 @@ function createMessageElement() {
function createSupportElement() {
btnEl = document.createElement("div");
btnEl.innerHTML =
- "Having an issue ? Open a ticket";
+ "Having an issue ?
Open a ticket or mail here";
btnEl.setAttribute(
"style",
"padding:2px 4px; color:#242424; display:block; text-align:left;max-width: 212px;font-size: 0.83em; margin-top:10px; position:relative;"
diff --git a/manifest.json b/manifest.json
index 193396e..705ecad 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Medium parser",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "Unlocks the whole medium article on the go.",
"icons": {
"16": "img/icon16.jpg",
@@ -16,10 +16,5 @@
"matches": [""],
"js": ["app.js"]
}
- ],
- "browser_specific_settings": {
- "gecko": {
- "id": "medium-parser@example.com"
- }
- }
+ ]
}