Skip to content

Commit

Permalink
removed Unrecognized manifest key 'browser_specific_settings'. and ad…
Browse files Browse the repository at this point in the history
…ded mail support link
  • Loading branch information
Xatta-Trone committed Dec 27, 2023
1 parent 48eb2d1 commit 7ee5b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function createMessageElement() {
function createSupportElement() {
btnEl = document.createElement("div");
btnEl.innerHTML =
"Having an issue ? <a href='https://github.com/Xatta-Trone/medium-parser-extension/issues/new' target='_blank' style='color: #ff4757;text-decoration: underline;'>Open a ticket</a>";
"Having an issue ? <br> <a href='https://github.com/Xatta-Trone/medium-parser-extension/issues/new' target='_blank' style='color: #ff4757;text-decoration: underline;'>Open a ticket</a> or <a href='mailto:[email protected]' target='_blank' style='color: #ff4757;text-decoration: underline;'>mail here</a>";
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;"
Expand Down
9 changes: 2 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,10 +16,5 @@
"matches": ["<all_urls>"],
"js": ["app.js"]
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
]
}

0 comments on commit 7ee5b42

Please sign in to comment.