| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Broken Links", | 2 "name": "Broken Links", |
| 3 "version": "1.0", | 3 "version": "1.0", |
| 4 "description": "Extends the Developer Tools, adding an audit category that fin
ds broken links on the inspected page.", | 4 "description": "Extends the Developer Tools, adding an audit category that fin
ds broken links on the inspected page.", |
| 5 "background_page": "background.html", | 5 "background_page": "background.html", |
| 6 "devtools_page": "devtools.html", | 6 "devtools_page": "devtools.html", |
| 7 "permissions": [ | 7 "permissions": [ |
| 8 "experimental", | 8 "experimental", |
| 9 "tabs", | 9 "tabs", |
| 10 "http://*/*", | 10 "http://*/*", |
| 11 "https://*/*" | 11 "https://*/*" |
| 12 ] | 12 ], |
| 13 "content_security_policy": "default-src 'self'" |
| 13 } | 14 } |
| OLD | NEW |