Index: chrome/common/extensions/docs/templates/json/api_availabilities.json |
diff --git a/chrome/common/extensions/docs/templates/json/api_availabilities.json b/chrome/common/extensions/docs/templates/json/api_availabilities.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c892e477f2c17ead0cf06b56e408fe830f3446c2 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/json/api_availabilities.json |
@@ -0,0 +1,22 @@ |
+{ |
+ "idle" : "6", |
+ "contextMenus" : "6", |
+ "storage" : "20", |
+ "declarativeContent" : "trunk", |
+ "tts" : "14", |
+ "webstore" : "15", |
+ "commands" : "25", |
+ "runtime" : "22", |
+ "syncFileSystem" : "27", |
+ "usb" : "26", |
+ "pushMessaging" : "24", |
+ "appWindow" : "23", |
+ "mediaGalleries" : "23", |
+ "alarms" : "22", |
+ "notifications" : "dev", |
+ "serial" : "23", |
+ "appRuntime" : "23", |
+ "socket" : "24", |
+ "bluetooth" : "dev", |
+ "fileSystem" : "23" |
+} |
epeterson
2013/04/17 03:38:50
Here's the central .json file for existing availab
not at google - send to devlin
2013/04/17 18:32:44
hm, without reviewing the code, I would have expec
|