Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 1158693006: Create a mechanism define declarative rules via the extension manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add thread safety to extensionregistry notifications Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 005f33b6f43a545a3411bb6884adf9fbc99fc619..20b1edf4f8d4440c18b0c21dd0de6020e6d554c5 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -70,6 +70,10 @@
"documentation": "devtools",
"example": "devtools.html"
},
+ "event_rules": {
+ "documentation": "manifest/event_rules",
+ "example": [{}]
+ },
"export": {
"documentation": "shared_modules",
"example": {}

Powered by Google App Engine
This is Rietveld 408576698