Index: extensions/common/api/runtime.json |
diff --git a/extensions/common/api/runtime.json b/extensions/common/api/runtime.json |
index 2c80cea9a936c0f312fdfe80a5ee995aad931315..f36086b02cd4c3e8c022f511f43e6c731214f781 100644 |
--- a/extensions/common/api/runtime.json |
+++ b/extensions/common/api/runtime.json |
@@ -191,7 +191,15 @@ |
{ |
"type": "string", |
"name": "url", |
- "maxLength": 255 |
+ "maxLength": 255, |
+ "description": "URL to be opened after the extension is uninstalled. This URL must have an http: or https: scheme. Set an empty string to not open a new tab upon uninstallation." |
+ }, |
+ { |
+ "type": "function", |
+ "name": "callback", |
+ "optional": true, |
+ "description": "Called when the uninstall URL is set. If the given URL is invalid, $(ref:runtime.lastError) will be set.", |
+ "parameters": [] |
} |
] |
}, |