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

Side by Side Diff: chrome/test/data/extensions/api_test/messaging/interstitial_component/manifest.json

Issue 1629013002: Allow a main interstitial frame to act as an ExtensionMessagePort opener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extension-message-port-onDisconnect-580882
Patch Set: Remove trailing space Created 4 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 // chrome-extension://cjkbifkmelaolodmpimfcnmdkhbajacl
3 "key": "MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAM2aeuqUowjePgnEdjw5BXanN0jFWv/y7zXi O7SA3SAmiwOclYSM5PhoYXNI6vD9XzKCeRVb4Jo9jLdk/sYDkpMCAwEAAQ==",
4
5 "name": "Run at security interstitials",
6 "version": "1",
7 "manifest_version": 2,
8 "content_scripts": [{
9 "js": ["contentscript.js"],
10 "matches": ["<all_urls>"],
11 "include_globs": ["data:*CERTIFICATE*"]
12 }],
13 "background": {
14 "scripts": ["background.js"]
15 },
16 "permissions": ["tabs"]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698