Skip to content

Commit

Permalink
Verified to yarn build with exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
zuntopia committed Jun 8, 2020
1 parent 095ece3 commit ddaeda7
Show file tree
Hide file tree
Showing 5 changed files with 7,588 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,6 @@ information about the Mermaid syntax.
Contributions (issues ♥, pull requests ♥♥♥) are more than welcome! Feel free to clone, fork, modify, extend, etc.

See [contributing intructions](/CONTRIBUTING.md) for details.

## Feature for Samsung Electronics
Visit [GitHub](https://github.com/hjworks/github-mermaid-extension-for-samsung)
3 changes: 2 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const manifest = {
firefox: {
applications: {
gecko: {
id: 'github-mermaid-extension@amercier.com'
id: 'github-mermaid-extension-for-samsung@hyungjunrho.com'
}
}
}
Expand Down Expand Up @@ -84,6 +84,7 @@ scripts.forEach(script => {
debug: !production,
})
.transform('babelify', {
global: true,
presets: [
[
'@babel/env', {
Expand Down
16 changes: 10 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "GitHub + Mermaid",
"version": "0.1.1",
"name": "GitHub + Mermaid for Samsung",
"version": "0.2.0",
"manifest_version": 2,
"description": "A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to GitHub.",
"description": "A browser extension for Firefox that adds Mermaid language support to GitHub.",
"icons": {
"16": "icons/icon-16.png",
"128": "icons/icon-128.png"
Expand All @@ -15,7 +15,9 @@
},
"permissions": [
"https://github.com/*",
"https://*.github.com/*"
"https://*.github.com/*",
"https://github.sec.samsung.net/*",
"https://github.ecodesamsung.com/*"
],
"options_ui": {
"page": "options.html"
Expand All @@ -24,7 +26,9 @@
{
"matches": [
"https://github.com/*",
"https://*.github.com/*"
"https://*.github.com/*",
"https://github.sec.samsung.net/*",
"https://github.ecodesamsung.com/*"
],
"js": [
"scripts/contentscript.js"
Expand All @@ -38,7 +42,7 @@
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
},
"default_title": "GitHub + Mermaid",
"default_title": "GitHub + Mermaid for Samsung",
"default_popup": "popup.html"
}
}
Expand Down
Loading

0 comments on commit ddaeda7

Please sign in to comment.