Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit ca93895

Browse files
committed
Add targetTypes as a "launch" param too
1 parent 31a2ec2 commit ca93895

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
],
290290
"description": "%chrome.breakOnLoadStrategy.description%",
291291
"default": "instrument"
292+
},
293+
"targetTypes": {
294+
"type": ["array", "null"],
295+
"description": "%chrome.targetTypes.description%",
296+
"default": ["page"]
292297
}
293298
}
294299
},

0 commit comments

Comments
 (0)