Skip to content

Commit

Permalink
Removed changelog opening on extension update (#50)
Browse files Browse the repository at this point in the history
Updated Firefox CD config
  • Loading branch information
Michael Gordeev committed Sep 22, 2020
1 parent d8c31e3 commit 4559b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: kewisch/action-web-ext@v1
with:
cmd: sign
channel: listed
source: ${{ steps.web-ext-build.outputs.target }}
apiKey: ${{ secrets.FIREFOX_API_KEY }}
apiSecret: ${{ secrets.FIREFOX_CLIENT_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ chrome.contextMenus.onClicked.addListener((info) => ProcessCommand(info.menuItem

chrome.runtime.onInstalled.addListener((reason) =>
{
chrome.tabs.create({ url: "https://github.com/XFox111/TabsAsideExtension/releases/latest" });
//chrome.tabs.create({ url: "https://github.com/XFox111/TabsAsideExtension/releases/latest" });
// Adding context menu options
chrome.contextMenus.create(
{
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "1.9",
"version": "1.9.1",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",
Expand Down

0 comments on commit 4559b25

Please sign in to comment.