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

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

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more sync Created 9 years, 1 month 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/page_capture/manifest.json
diff --git a/chrome/test/data/extensions/api_test/page_capture/manifest.json b/chrome/test/data/extensions/api_test/page_capture/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..7c6592f8c72cafab34a88fa8a98e964594656ab2
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/page_capture/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "chrome.extension.pageCapture",
+ "version": "0.1",
+ "description": "Tests that the pageCapture extension API work.",
+ "background_page": "background.html",
+ "permissions": ["pageCapture", "tabs"]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/page_capture/logo.png ('k') | chrome/test/data/extensions/api_test/page_capture/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698