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

Unified Diff: extensions/test/data/api_test/display_source/api/manifest.json

Issue 1410093008: Introduce chrome.displaySource API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added warning message Created 5 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: extensions/test/data/api_test/display_source/api/manifest.json
diff --git a/extensions/test/data/api_test/display_source/api/manifest.json b/extensions/test/data/api_test/display_source/api/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c390d3ccabf8efc28cd308f031a6f789b85f7718
--- /dev/null
+++ b/extensions/test/data/api_test/display_source/api/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "chrome.displaySource",
+ "version": "0.1",
+ "description": "end-to-end browser test for chrome.displaySource API",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "permissions": ["displaySource"]
+}
+

Powered by Google App Engine
This is Rietveld 408576698