feat: support minimum_chrome_version manifest key (#39256)

feat: support minimum_chrome_version extension key
This commit is contained in:
Shelley Vohr 2023-08-03 17:38:31 +02:00 committed by GitHub
parent e6931a788f
commit f8b05bc127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 43 additions and 0 deletions

View file

@ -14,5 +14,9 @@
"devtools_page": {
"channel": "stable",
"extension_types": ["extension"]
},
"minimum_chrome_version": {
"channel": "stable",
"extension_types": ["extension"]
}
}