OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "chrome.extension.pageCapture", | 2 "name": "chrome.extension.pageCapture", |
3 "version": "0.1", | 3 "version": "0.1", |
4 "manifest_version": 2, | |
4 "description": "Tests that the pageCapture extension API work.", | 5 "description": "Tests that the pageCapture extension API work.", |
5 "background_page": "background.html", | 6 "background_page": "background.html", |
6 "permissions": ["pageCapture", "tabs"] | 7 "permissions": ["pageCapture", "tabs"] |
7 } | 8 } |
OLD | NEW |