fix: Allow adding custom content scripts

This commit is contained in:
Aaron Klinker
2023-08-29 15:48:25 -05:00
parent 1fe4eedc9a
commit b428a62a90
-1
View File
@@ -380,7 +380,6 @@ export type UserManifest = Partial<
| 'background'
| 'browser_action'
| 'chrome_url_overrides'
| 'content_scripts'
| 'devtools_page'
| 'manifest_version'
| 'options_page'