Index: chrome/common/extensions/api/extension_api.json |
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json |
index ada7737d6f0e02d4469cc2b209ebc8ef7a4234fc..03411010dab3f98625350f7305b7484ae64f86a6 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -6559,6 +6559,11 @@ |
"type": "string", |
"optional": true, |
"description": "The name of the locale used for generating localizedName. This should be the name of one of the directories in the _locales folder of the extension, or the default_locale setting from the manifest." |
+ }, |
+ "appInstallBubble": { |
+ "type": "boolean", |
+ "optional": true, |
+ "description": "A flag to change the UI we show when an app is installed - a value of true means to show a bubble pointing at the new tab button (instead of the default behavior of opening the new tab page and animating the app icon)." |
} |
} |
}, |