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

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

Issue 1417513003: [Extensions] Don't allow built-in extensions code to be overridden (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Jochen's Created 5 years, 2 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/bindings/externally_connectable_everywhere/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bindings/externally_connectable_everywhere/manifest.json b/chrome/test/data/extensions/api_test/bindings/externally_connectable_everywhere/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..31ceba5aac37993535a131671f3dcc4a3a87c424
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/bindings/externally_connectable_everywhere/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Externally Connectable Everywhere",
+ "description": "An extension that is externally connectable everywhere.",
+ "version": "0.1.1",
+ "manifest_version": 2,
+ "externally_connectable": {
+ "matches": ["*://127.0.0.1:*/*"]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698