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

Side by Side Diff: chrome/test/data/devtools/extensions/simple_content_script/manifest.json

Issue 295020: DevTools: test that content scripts are visible in the debugger scripts list (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 "content_scripts": [ {
3 "js": [ "simple_content_script.js" ],
4 "matches": [ "http://*/*" ]
5 } ],
6 "description": "Simple content script.",
7 "name": "Simple content script",
8 "version": "0.1"
9
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698