forked from GoogleChrome/developer.chrome.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupportedTags.json
More file actions
101 lines (101 loc) · 1.95 KB
/
supportedTags.json
File metadata and controls
101 lines (101 loc) · 1.95 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"autoplay": {
"title": "i18n.tags.autoplay"
},
"news": {
"title": "i18n.tags.news"
},
"3D": {
"title": "i18n.tags.3D"
},
"accessibility": {
"title": "i18n.tags.accessibility"
},
"amp": {
"title": "i18n.tags.amp"
},
"capabilities": {
"title": "i18n.tags.capabilities"
},
"case-study": {
"title": "i18n.tags.case-study"
},
"chrome": {
"title": "i18n.tags.chrome"
},
"chromium-chronicle": {
"title": "i18n.tags.chromium-chronicle"
},
"cookies": {
"title": "i18n.tags.cookies"
},
"deprecations-removals": {
"title": "i18n.tags.deprecations-removals"
},
"device-characteristics": {
"title": "i18n.tags.device-characteristics"
},
"devices": {
"title": "i18n.tags.devices"
},
"encryption": {
"title": "i18n.tags.encryption"
},
"extensions": {
"title": "i18n.tags.extensions"
},
"feature-policy": {
"title": "i18n.tags.feature-policy"
},
"file-system": {
"title": "i18n.tags.file-system"
},
"fugu-case-study": {
"title": "i18n.tags.fugu-case-study"
},
"games": {
"title": "i18n.tags.games"
},
"graphics": {
"title": "i18n.tags.graphics"
},
"houdini": {
"title": "i18n.tags.houdini"
},
"html": {
"title": "i18n.tags.html"
},
"identity": {
"title": "i18n.tags.identity"
},
"media": {
"title": "i18n.tags.media"
},
"new-in-chrome": {
"title": "i18n.tags.new-in-chrome"
},
"origin-trials": {
"title": "i18n.tags.origin-trials"
},
"privacy": {
"title": "i18n.tags.privacy"
},
"progressive-web-apps": {
"title": "i18n.tags.progressive-web-apps"
},
"security": {
"title": "i18n.tags.security"
},
"devtools": {
"title": "i18n.tags.devtools"
},
"new-in-devtools": {
"title": "i18n.tags.new-in-devtools"
},
"devtools-engineering": {
"title": "i18n.tags.devtools-engineering"
},
"devtools-architecture": {
"title": "i18n.tags.devtools-architecture"
}
}