diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f57fd37..249d9d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} diff --git a/js/background.js b/js/background.js index d30b156..5177e94 100644 --- a/js/background.js +++ b/js/background.js @@ -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( { diff --git a/manifest.json b/manifest.json index 4e107ad..3635bd2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_name__", - "version": "1.9", + "version": "1.9.1", "manifest_version": 2, "description": "__MSG_description__", "author": "__MSG_author__",