Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "content_scripts/permissions", | |
| 3 "version": "1", | |
| 4 "manifest_version": 2, | |
| 5 "permissions": ["tabs"], | |
| 6 "optional_permissions": ["http://*/*"], | |
| 7 "background": { "scripts": ["background.js"] } | |
| 8 } | |
| OLD | NEW |