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

Side by Side 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: Comments from Antony 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "chrome.displaySource",
3 "version": "0.1",
4 "description": "end-to-end browser test for chrome.displaySource API",
5 "app": {
6 "background": {
7 "scripts": ["background.js"]
8 }
9 },
10 "permissions": ["displaySource"]
11 }
12
OLDNEW
« no previous file with comments | « extensions/test/data/api_test/display_source/api/background.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698