Chromium Code Reviews| 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..3e2fb9239704d6d62b965058a1e472a18ebff5a6 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 (\"normal\", \"development\", \"sideload\"). \"normal\" means the extension was installed normally via a crx file. \"development\" means the extension was loaded unpacked in developer mode. \"sideload\" means the extension was installed externally.", |
|
Aaron Boodman
2012/07/10 22:19:14
"sideload" means the extension was installed by ot
mitchellwrosen
2012/07/31 18:05:41
Done.
|
| + "type": "string" |
| } |
| } |
| } |