Skip to content

Commit

Permalink
+ Add : new & diff extension ID :: [Release version Up - 85.5.1]
Browse files Browse the repository at this point in the history
- Different extension ID in order to hold off automatic official updates.
- [Release version Up - 85.5.1]
  • Loading branch information
Gregory-K committed Apr 16, 2023
1 parent a12a9a2 commit 6415819
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/chrome/content/cardbookRepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var cardbookRepository = {
cardbookImageDatabase: {},
cardbookDuplicateDatabase: {},

extension: ExtensionParent.GlobalManager.getExtension("cardbook@vigneau.philippe"),
extension: ExtensionParent.GlobalManager.getExtension("cardbook@vigneau.philippe.alt.icon"),

windowParams: "chrome,titlebar,resizable,all,dialog=no",
modalWindowParams: "modal,chrome,titlebar,resizable,minimizable=no",
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/content/filters/ovl_filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,4 @@ if ("undefined" == typeof(ovl_filters)) {
};
};

window.document.addEventListener("DOMOverlayLoaded_cardbook@vigneau.philippe", function(e) { ovl_filters.onLoad(e); }, false);
window.document.addEventListener("DOMOverlayLoaded_cardbook@vigneau.philippe.alt.icon", function(e) { ovl_filters.onLoad(e); }, false);
2 changes: 1 addition & 1 deletion src/chrome/content/scripts/notifyTools.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Set this to the ID of your add-on.
const ADDON_CB_ID = "cardbook@vigneau.philippe";
const ADDON_CB_ID = "cardbook@vigneau.philippe.alt.icon";

/*
* This file is provided by the addon-developer-support repository at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// https://github.com/thundernest/addon-developer-support/tree/master/auxiliary-apis/NotifyTools

//call with
// await messenger.runtime.sendMessage('cardbook@vigneau.philippe', options);
// await messenger.runtime.sendMessage('cardbook@vigneau.philippe.alt.icon', options);
// options:
// {query: 'version'} return version info
// {version: api-version, exclusive: true|false}
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/content/skin/cardbookComposeMsg.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#cardbookMenuItem {
list-style-image: url("chrome://cardbook/content/skin/cardbook_16_16.png");
list-style-image: url("chrome://cardbook/content/skin/cardbook.svg");
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"default_locale": "en-US",
"applications": {
"gecko": {
"id": "cardbook@vigneau.philippe",
"id": "cardbook@vigneau.philippe.alt.icon",
"strict_min_version": "102.0a1",
"strict_max_version": "102.*"
}
Expand Down

0 comments on commit 6415819

Please sign in to comment.