2019-07-24 17:01:08 -06:00
|
|
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
// This features file defines manifest keys implemented under src/chrome.
|
|
|
|
// See chrome/common/extensions/api/_features.md to understand this file, as
|
|
|
|
// well as feature.h, simple_feature.h, and feature_provider.h.
|
|
|
|
|
|
|
|
{
|
2023-11-13 00:27:18 -07:00
|
|
|
"action": {
|
|
|
|
"channel": "stable",
|
|
|
|
"extension_types": ["extension"],
|
|
|
|
"min_manifest_version": 3
|
|
|
|
},
|
2023-08-28 08:02:22 -06:00
|
|
|
"author": {
|
|
|
|
"channel": "stable",
|
|
|
|
"extension_types": "all"
|
|
|
|
},
|
2019-07-24 17:01:08 -06:00
|
|
|
"content_scripts": {
|
|
|
|
"channel": "stable",
|
2020-01-14 17:20:30 -07:00
|
|
|
"extension_types": ["extension"]
|
|
|
|
},
|
|
|
|
"devtools_page": {
|
|
|
|
"channel": "stable",
|
|
|
|
"extension_types": ["extension"]
|
2023-08-03 09:38:31 -06:00
|
|
|
},
|
2023-08-28 08:02:22 -06:00
|
|
|
"host_permissions": {
|
|
|
|
"channel": "stable",
|
|
|
|
"extension_types": ["extension"],
|
|
|
|
"min_manifest_version": 3
|
|
|
|
},
|
2023-08-03 09:38:31 -06:00
|
|
|
"minimum_chrome_version": {
|
|
|
|
"channel": "stable",
|
|
|
|
"extension_types": ["extension"]
|
2023-08-28 08:02:22 -06:00
|
|
|
},
|
|
|
|
"short_name": {
|
|
|
|
"channel": "stable",
|
|
|
|
"extension_types": "all"
|
2019-07-24 17:01:08 -06:00
|
|
|
}
|
|
|
|
}
|