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

Side by Side Diff: chrome/test/data/extensions/error_console/content_script_log_and_runtime_error/manifest.json

Issue 23007021: Report Javascript Runtime Errors to the Error Console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_feldman
Patch Set: Created 7 years, 3 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 "name": "Content Script Log and Runtime Error",
3 "description": "An extension with a context script which logs a simple message and then causes a runtime type error.",
4 "version": "2.0",
5 "permissions": [
6 "tabs"
7 ],
8 "content_scripts": [
9 {
10 "matches": ["*://*/*"],
11 "js": ["content_script.js"]
12 }
13 ],
14 "manifest_version": 2
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698