OLD | NEW |
1 { | 1 { |
2 "name" : "Content Settings API Test Extension (Incognito)", | 2 "name" : "Content Settings API Test Extension (Incognito)", |
3 "version" : "0.1", | 3 "version" : "0.1", |
4 "description" : "Content Settings API Test Extension (Incognito)", | 4 "description" : "Content Settings API Test Extension (Incognito)", |
5 "permissions": [ "experimental", "contentSettings" ], | 5 "permissions": [ "experimental", "contentSettings" ], |
6 "background_page": "test.html" | 6 "background_page": "test.html" |
7 } | 7 } |
OLD | NEW |