1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Removed changelog opening on extension update (#50)

Updated Firefox CD config
This commit is contained in:
Michael Gordeev
2020-09-22 20:41:46 +00:00
parent d8c31e3da5
commit 4559b25739
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ jobs:
uses: kewisch/action-web-ext@v1 uses: kewisch/action-web-ext@v1
with: with:
cmd: sign cmd: sign
channel: listed
source: ${{ steps.web-ext-build.outputs.target }} source: ${{ steps.web-ext-build.outputs.target }}
apiKey: ${{ secrets.FIREFOX_API_KEY }} apiKey: ${{ secrets.FIREFOX_API_KEY }}
apiSecret: ${{ secrets.FIREFOX_CLIENT_SECRET }} apiSecret: ${{ secrets.FIREFOX_CLIENT_SECRET }}
+1 -1
View File
@@ -107,7 +107,7 @@ chrome.contextMenus.onClicked.addListener((info) => ProcessCommand(info.menuItem
chrome.runtime.onInstalled.addListener((reason) => 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 // Adding context menu options
chrome.contextMenus.create( chrome.contextMenus.create(
{ {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "__MSG_name__", "name": "__MSG_name__",
"version": "1.9", "version": "1.9.1",
"manifest_version": 2, "manifest_version": 2,
"description": "__MSG_description__", "description": "__MSG_description__",
"author": "__MSG_author__", "author": "__MSG_author__",