+2
-2
| { | ||
| "commit": "ab717ef245b299191fdc5c2b1f51497f127f0786", | ||
| "commit": "1f0534a5e6d457d744e52d8ca25cf2529f145928", | ||
| "dirty": true, | ||
| "target": "firefox", | ||
| "dev": false, | ||
| "version": "0.2.5", | ||
| "version": "0.2.6", | ||
| "senders": [ | ||
@@ -8,0 +8,0 @@ "https://sdk-cdn.dev.0hash.com/*", |
@@ -475,2 +475,3 @@ (function(exports) { | ||
| branding, | ||
| theme: m.theme === "dark" ? "dark" : "light", | ||
| assetUrl: on ? chrome.runtime.getURL(BRANDING_THEMES[branding].logo) : null | ||
@@ -477,0 +478,0 @@ }, "*"); |
@@ -7,5 +7,6 @@ (function() { | ||
| //#region packages/client/dist/contract.js | ||
| var DEFAULT_BRANDING; | ||
| var DEFAULT_BRANDING, DEFAULT_OVERLAY_THEME; | ||
| var init_contract = __esmMin((() => { | ||
| DEFAULT_BRANDING = "connect"; | ||
| DEFAULT_OVERLAY_THEME = "light"; | ||
| })); | ||
@@ -93,3 +94,4 @@ //#endregion | ||
| cycleMs: 5e3, | ||
| colors: BRANDING_THEMES[DEFAULT_BRANDING].colors | ||
| colors: BRANDING_THEMES[DEFAULT_BRANDING].colors, | ||
| theme: DEFAULT_OVERLAY_THEME | ||
| }; | ||
@@ -120,2 +122,3 @@ })); | ||
| }, | ||
| theme: parsed.theme === "dark" ? "dark" : DEFAULT_OVERLAY_OPTIONS.theme, | ||
| assetUrl: typeof parsed.assetUrl === "string" ? parsed.assetUrl : null | ||
@@ -122,0 +125,0 @@ }; |
@@ -477,2 +477,3 @@ (function() { | ||
| branding, | ||
| theme: m.theme === "dark" ? "dark" : "light", | ||
| assetUrl: on ? chrome.runtime.getURL(BRANDING_THEMES[branding].logo) : null | ||
@@ -479,0 +480,0 @@ }, "*"); |
+1
-1
| { | ||
| "manifest_version": 3, | ||
| "name": "zerohash", | ||
| "version": "0.2.5", | ||
| "version": "0.2.6", | ||
| "minimum_chrome_version": "102", | ||
@@ -6,0 +6,0 @@ "description": "Programmatic access to platform data via window API", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet