Skip to content

Commit

Permalink
Merge pull request #4 from jonathanKingston/version-bump-1.0.2
Browse files Browse the repository at this point in the history
Add context for 'tab' and bump version to 1.0.2 Fixes: #3
  • Loading branch information
jonathanKingston authored Oct 9, 2017
2 parents 03b4c61 + 3f95461 commit 6e24449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class windowManager {
browser.contextMenus.create({
id,
title: "Merge all windows",
contexts: ["all"]
contexts: ["all", "tab"]
});
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage_url": "https://github.com/jonathanKingston/merge-windows",
"manifest_version": 2,
"name": "Merge Windows",
"version": "1.0.1",
"version": "1.0.2",
"icons": {
"96": "merge.svg"
},
Expand Down

0 comments on commit 6e24449

Please sign in to comment.