Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: chrome/test/data/extensions/signin_screen_test_app/app/manifest.json

Issue 2873973004: Implement the sign-in screen test app for manual testing (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698