webext-content-scripts
Advanced tools
Comparing version 0.0.0 to 0.8.0
@@ -16,3 +16,3 @@ function castArray(possibleArray) { | ||
allFrames: script.all_frames, | ||
matchAboutBlank: script.match_about_blank | ||
matchAboutBlank: script.match_about_blank, | ||
})); | ||
@@ -25,3 +25,3 @@ } | ||
allFrames: script.all_frames, | ||
matchAboutBlank: script.match_about_blank | ||
matchAboutBlank: script.match_about_blank, | ||
})); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "webext-content-scripts", | ||
"version": "0.0.0", | ||
"version": "0.8.0", | ||
"description": "Utility functions to inject content scripts from a WebExtension.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
5823