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

Unified Diff: chrome/test/data/extensions/api_test/declarative_content/overview/manifest.json

Issue 11547033: Implement declarativeContent API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Dominic's comments Created 7 years, 11 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/test/data/extensions/api_test/declarative_content/overview/manifest.json
diff --git a/chrome/test/data/extensions/api_test/declarative_content/overview/manifest.json b/chrome/test/data/extensions/api_test/declarative_content/overview/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..08451ae60568135d69ee1e375e41a13acab7440b
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/declarative_content/overview/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Declarative Content apitest",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "end-to-end browser test for the declarative Content API",
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "permissions": [
+ "declarativeContent"
+ ],
+ "page_action": {}
+}

Powered by Google App Engine
This is Rietveld 408576698