-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed Unrecognized manifest key 'browser_specific_settings'. and ad…
…ded mail support link
- Loading branch information
1 parent
48eb2d1
commit 7ee5b42
Showing
2 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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;" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -16,10 +16,5 @@ | |
"matches": ["<all_urls>"], | ||
"js": ["app.js"] | ||
} | ||
], | ||
"browser_specific_settings": { | ||
"gecko": { | ||
"id": "[email protected]" | ||
} | ||
} | ||
] | ||
} |