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

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

Issue 2257273002: Fix extension bindings injection for iframes (reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/message_sender/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bindings/message_sender/manifest.json b/chrome/test/data/extensions/api_test/bindings/message_sender/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2e49eab758bdc62b80644bec686043760e50f61c
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/bindings/message_sender/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Message Sender (id ficgdghpakbhhkmdjamiedmcoobamkoo)",
+ "version": "0.1",
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAydrsgsTfyyY3zLW+j9ZNb0/Ej0yIKlysp5Scz549wyvpTZIeNqYrq9wt5W6Lcfe9jthuxlLRzKiPP/kk/B8CZCsyet9XbLxnKCJUJUMv/8iih0wC+7tmzqfcDPjBrjv5VT0IAGBaupIDvJbSnf8efGI1U2c3teXZrpk320asfL26x+xezQOPWTcbrY4KINH11AZK8slB0WsWy2pxoel8O7uPRDDy4uqGX27J6oU3WdU5A4/L8j8UQCFcgAuQu/0Cu8WoLuJ4z3CdObQCBXCnmvyIKMpgmqa3Yk5oJRPBqOFkwMnJRFivnTjrBss/M9Jft3WzkHx4Wn9mDzDXQLltOQIDAQAB",
+ "manifest_version": 2,
+ "background": {
+ "persistent": true,
+ "scripts": ["background.js"]
+ },
+ "web_accessible_resources": [
+ "public.html"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698