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

Unified Diff: chrome/browser/resources/chromeos/demo_app/manifest.json

Issue 162593002: Updates the manifest file of Demo.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/demo_app/manifest.json
diff --git a/chrome/browser/resources/chromeos/demo_app/manifest.json b/chrome/browser/resources/chromeos/demo_app/manifest.json
index b48679ba478fa20e64285590697b6f3d011ea64a..c64dcfa5b0e192a45e19a0265f6270295eea7ccd 100644
--- a/chrome/browser/resources/chromeos/demo_app/manifest.json
+++ b/chrome/browser/resources/chromeos/demo_app/manifest.json
@@ -5,10 +5,11 @@
"version": "1.0",
"manifest_version": 2,
"description": "ChromeOS Demo App",
- "permissions": ["power"],
+ "permissions": ["power", "idle", "videoCapture"],
+ "default_locale": "en",
"app": {
"background": {
- "scripts": ["js/launch.js"]
+ "scripts": ["js/background.js"]
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698