Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "API test for the runtime API in content scripts", | 2 "name": "API test for the runtime API in content scripts", |
| 3 "version": "1", | 3 "version": "1", |
| 4 "manifest_version": 2, | 4 "manifest_version": 2, |
| 5 "content_scripts": [ | 5 "content_scripts": [ |
| 6 { | 6 { |
| 7 "matches": ["*://*/webpage.html"], | 7 "matches": ["*://*/echo"], |
|
Devlin
2016/08/02 16:17:34
Why this change?
mmenke
2016/08/02 16:27:00
See the change in /extensions/browser/api/runtime/
mmenke
2016/08/02 18:18:33
Looks like this is just using the default path, so
| |
| 8 "js": ["content_script.js"] | 8 "js": ["content_script.js"] |
| 9 } | 9 } |
| 10 ] | 10 ] |
| 11 } | 11 } |
| OLD | NEW |