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:
@@ -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
@@ -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
@@ -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__",
|
||||||
|
|||||||
Reference in New Issue
Block a user