OLD | NEW |
1 { | 1 { |
2 "name": "javascript url permissions test", | 2 "name": "javascript url permissions test", |
3 "version": "0.1", | 3 "version": "0.1", |
| 4 "manifest_version": 2, |
4 "description": "Tests that navigating a tab to a javascript URLs only works if
the extension has access to that tabs host.", | 5 "description": "Tests that navigating a tab to a javascript URLs only works if
the extension has access to that tabs host.", |
5 "background_page": "test.html", | 6 "background_page": "test.html", |
6 "permissions": ["tabs", "http://b.com/"] | 7 "permissions": ["tabs", "http://b.com/"] |
7 } | 8 } |
OLD | NEW |