Index: chrome/common/extensions/api/experimental.extension.json |
diff --git a/chrome/common/extensions/api/experimental.extension.json b/chrome/common/extensions/api/experimental.extension.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..907f5ffc7da61b31c354cfe36bd689f16843dad8 |
--- /dev/null |
+++ b/chrome/common/extensions/api/experimental.extension.json |
@@ -0,0 +1,15 @@ |
+[ |
+ { |
+ "namespace": "experimental.extension", |
+ "events": [ |
+ { |
+ "name": "onInstalled", |
+ "type": "function", |
+ "description": "Fired when the extension is first installed.", |
+ "parameters": [ |
+ ] |
+ } |
+ ] |
+ } |
+] |
+ |