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

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

Issue 1413853005: Track all extension frames in ProcessManager, inspect extensionoptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup + remove DCHECK Created 5 years 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 "name": "connect_nobackground",
3 "version": "1.0",
4 "manifest_version": 2,
5 "description": "Tests that a content script can notify an extension in a tab." ,
6 "content_scripts": [{
7 "matches": ["*://*/*?will_test_connect_and_sendMessage"],
8 "js": ["contentscript.js"]
9 }]
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698