forked from nwjs/nw.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_api_features.json
More file actions
61 lines (59 loc) · 1.46 KB
/
_api_features.json
File metadata and controls
61 lines (59 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// Copyright 2014 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 file defines extension APIs implemented under src/extensions/shell.
// See extensions/common/features/* to understand this file, in particular
// feature.h, simple_feature.h, and base_feature_provider.h.
{
"nw.App": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Window": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Clipboard": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Menu": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.MenuItem": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Shell": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Obj": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.test": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Tray": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Screen": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.Shortcut": {
"channel": "stable",
"contexts": ["blessed_extension"]
},
"nw.currentWindowInternal": {
"noparent": true,
"internal": true,
"channel": "stable",
"matches": ["<all_urls>"],
"contexts": ["blessed_extension", "web_page"]
}
}