Index: chrome/common/extensions/api/declarative_content.json |
diff --git a/chrome/common/extensions/api/declarative_content.json b/chrome/common/extensions/api/declarative_content.json |
index f2e2ae29ff8b61dcc4b8fd57af7071352f172543..366eb4e38c8af86fdd899efd072b1b0b3486687e 100644 |
--- a/chrome/common/extensions/api/declarative_content.json |
+++ b/chrome/common/extensions/api/declarative_content.json |
@@ -5,6 +5,8 @@ |
[ |
{ |
"namespace": "declarativeContent", |
+ "description": "Use the <code>chrome.declarativeContent</code> module to take actions depending on the content of a page, without requiring permission to read the page's content.", |
+ "documentation_permissions_required": ["declarative", "declarativeContent"], |
"types": [ |
{ |
"id": "PageStateMatcher", |