userScripts.ScriptSource
The code or source file for a user script. This describes the object values of the "js" property in RegisteredUserScript.
Type
Values of this type are an object containing these properties:
fileOptional-
string. The path of the file containing the user script code. The path is relative to the extension's root directory. allFramesOptional-
code. JavaScript code for the user script.
file or code must be specified, not both.
Browser compatibility
Loading…