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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: . 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
Index: chrome/test/data/extensions/api_test/networking_cast/manifest.json
diff --git a/chrome/test/data/extensions/api_test/networking_cast/manifest.json b/chrome/test/data/extensions/api_test/networking_cast/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..9c14a95b1f6fc8b11823f334af3a46b47c7844ae
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/networking_cast/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.cast methods",
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ },
+ "permissions": [
+ "networking.cast"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698