OLD | NEW |
1 { | 1 { |
2 "manifest_version": 2, | 2 "manifest_version": 2, |
3 "name": "Sign-in Screen Test App", | 3 "name": "Sign-in Screen Test App", |
4 "description": "The app for testing the apps installation in the Chrome OS sig
n-in profile", | 4 "description": "The app for testing the apps installation in the Chrome OS sig
n-in profile", |
5 "version": "2.0", | 5 "version": "3.0", |
6 "app": { | 6 "app": { |
7 "background": { | 7 "background": { |
8 "scripts": ["background.js"] | 8 "scripts": ["background.js"] |
9 } | 9 } |
10 } | 10 }, |
| 11 "permissions": ["certificateProvider"] |
11 } | 12 } |
OLD | NEW |