webext-content-scripts
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -45,2 +45,3 @@ import chromeP from 'webext-polyfill-kinda'; | ||
code: `(${function_.toString()})(...${JSON.stringify(args)})`, | ||
matchAboutBlank: true, // Needed for `srcdoc` frames; doesn't hurt normal pages | ||
frameId, | ||
@@ -173,3 +174,3 @@ }); | ||
const blockedPrefixes = [ | ||
'chrome.google.com/webstore', | ||
'chrome.google.com/webstore', // Host *and* pathname | ||
'chromewebstore.google.com', | ||
@@ -176,0 +177,0 @@ 'accounts-static.cdn.mozilla.net', |
{ | ||
"name": "webext-content-scripts", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Utility functions to inject content scripts in WebExtensions, for Manifest v2 and v3", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
18198
275