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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms Created 3 years, 9 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/extensions/api_test/networking_cast_private/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/networking_cast_private/manifest.json
diff --git a/chrome/test/data/extensions/api_test/networking_cast_private/manifest.json b/chrome/test/data/extensions/api_test/networking_cast_private/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..965e147f557d6172a499593ad7026cdef58ac8dd
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/networking_cast_private/manifest.json
@@ -0,0 +1,15 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
+ "name": "networking cast extension API interface test",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Test of chrome.networking.castPrivate methods",
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ },
+ "permissions": [
+ "networking.castPrivate"
+ ]
+}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/extensions/api_test/networking_cast_private/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698