feat: add more extensions manifest key options (#39599)
feat: add more manifest key options
This commit is contained in:
parent
f2f83a73fc
commit
f369b144d6
9 changed files with 132 additions and 1 deletions
|
@ -7,6 +7,10 @@
|
|||
// well as feature.h, simple_feature.h, and feature_provider.h.
|
||||
|
||||
{
|
||||
"author": {
|
||||
"channel": "stable",
|
||||
"extension_types": "all"
|
||||
},
|
||||
"content_scripts": {
|
||||
"channel": "stable",
|
||||
"extension_types": ["extension"]
|
||||
|
@ -15,8 +19,17 @@
|
|||
"channel": "stable",
|
||||
"extension_types": ["extension"]
|
||||
},
|
||||
"host_permissions": {
|
||||
"channel": "stable",
|
||||
"extension_types": ["extension"],
|
||||
"min_manifest_version": 3
|
||||
},
|
||||
"minimum_chrome_version": {
|
||||
"channel": "stable",
|
||||
"extension_types": ["extension"]
|
||||
},
|
||||
"short_name": {
|
||||
"channel": "stable",
|
||||
"extension_types": "all"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue