test: add test and api_feature
definition for chrome.scripting.globalParams
(#41685)
chore: add test and api_feature for chrome.scripting.globalParams
This commit is contained in:
parent
b9c4b27781
commit
7032c0d03c
4 changed files with 49 additions and 0 deletions
|
@ -39,6 +39,14 @@
|
|||
"contexts": ["blessed_extension", "unblessed_extension", "content_script"],
|
||||
"max_manifest_version": 2
|
||||
},
|
||||
"extension.lastError": {
|
||||
"contexts": [
|
||||
"blessed_extension",
|
||||
"unblessed_extension",
|
||||
"content_script"
|
||||
],
|
||||
"max_manifest_version": 2
|
||||
},
|
||||
"i18n": {
|
||||
"channel": "stable",
|
||||
"extension_types": ["extension"],
|
||||
|
@ -68,5 +76,10 @@
|
|||
"scripting": {
|
||||
"dependencies": ["permission:scripting"],
|
||||
"contexts": ["blessed_extension"]
|
||||
},
|
||||
"scripting.globalParams": {
|
||||
"channel": "trunk",
|
||||
"dependencies": ["permission:scripting"],
|
||||
"contexts": ["content_script"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue