Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |