- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / json / api_availabilities.json
1 // Availability for these APIs either can't be accurately found or would take a
2 // significant amount of specific logic to determine (devtools).
3 // The versions listed here were drawn either from hardcoded HTML intro tables
4 // or from the whats_new page.
5 {
6   "devtools.inspectedWindow": {
7     "channel": "stable",
8     "version": 18
9   },
10   "devtools.network": {
11     "channel": "stable",
12     "version": 18
13   },
14   "devtools.panels": {
15     "channel": "stable",
16     "version": 18
17   },
18   "input.ime": {
19     "channel": "stable",
20     "version": 21
21   },
22   "mediaGalleries": {
23     "channel": "stable",
24     "version": 23
25   },
26   "notifications": {
27     "channel": "stable",
28     "version": 28
29   },
30   "storage": {
31     "channel": "stable",
32     "version": 20
33   },
34   "pageCapture": {
35     "channel": "stable",
36     "version": 18
37   },
38   "webstore": {
39     // Only 'webstorePrivate' is present before version 19.
40     "channel": "stable",
41     "version": 15
42   },
43   "webviewTag": {
44     "channel": "stable",
45     "version": 25
46   }
47 }