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

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

Issue 10391022: update crosh_builtin to 0.7.9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 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/crosh_builtin/manifest.json
diff --git a/chrome/browser/resources/chromeos/crosh_builtin/manifest.json b/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
index e4157b8ddfb2c9adb9d1a90086dee36a90e95a65..a7149c518b451c4f714b32a2faff4a7d046c006a 100644
--- a/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
+++ b/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
@@ -1,16 +1,13 @@
{
"key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCNxhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLOhJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
"name": "crosh_builtin",
- "version": "0.7.6",
+ "manifest_version": 2,
+ "content_security_policy": "script-src 'self'; object-src 'self'",
+ "version": "0.7.9",
"default_locale": "en",
- "icons": {
- "128": "images/vt-128.png",
- "48": "images/vt-48.png",
- "32": "images/vt-32.png",
- "16": "images/vt-16.png"
- },
"description": "Built-in terminal for crosh.",
"offline_enabled": true,
+ "incognito": "split",
"permissions": [
"unlimitedStorage",
"terminalPrivate"
« 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