| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Broken Links", | 2 "name": "Broken Links", |
| 3 "version": "1.0", | 3 "version": "1.1", |
| 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": { | 5 "background": { |
| 6 "scripts": ["background.js"] | 6 "scripts": ["background.js"] |
| 7 }, | 7 }, |
| 8 "devtools_page": "devtools.html", | 8 "devtools_page": "devtools.html", |
| 9 "permissions": [ | 9 "permissions": [ |
| 10 "experimental", | 10 "experimental", |
| 11 "tabs", | 11 "tabs", |
| 12 "http://*/*", | 12 "http://*/*", |
| 13 "https://*/*" | 13 "https://*/*" |
| 14 ] | 14 ], |
| 15 "manifest_version": 2 |
| 15 } | 16 } |
| OLD | NEW |