Index: chrome/common/extensions/api/management.json |
diff --git a/chrome/common/extensions/api/management.json b/chrome/common/extensions/api/management.json |
index b6682df71005c1688ad4d3c8a7175f8a770662bb..e163903e4b75d72965ef78e27effba0b2094ceb5 100644 |
--- a/chrome/common/extensions/api/management.json |
+++ b/chrome/common/extensions/api/management.json |
@@ -98,6 +98,10 @@ |
"items" : { |
"type": "string" |
} |
+ }, |
+ "installType": { |
+ "description": "How the extension was installed (\"admin\", \"development\", \"normal\", \"sideload\", \"other\"). \"admin\" means the extension was installed because of an administrative policy. \"development\" means the extension was loaded unpacked in developer mode. \"normal\" means the extension was installed normally via a .crx file. \"sideload\" means the extension was installed by other software on the machine. \"other\" means the extension was installed by other means.", |
+ "type": "string" |
} |
} |
} |