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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCN xhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLO hJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==", 2 "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCN xhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLO hJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
3 "name": "crosh_builtin", 3 "name": "crosh_builtin",
4 "version": "0.7.6", 4 "manifest_version": 2,
5 "content_security_policy": "script-src 'self'; object-src 'self'",
6 "version": "0.7.9",
5 "default_locale": "en", 7 "default_locale": "en",
6 "icons": {
7 "128": "images/vt-128.png",
8 "48": "images/vt-48.png",
9 "32": "images/vt-32.png",
10 "16": "images/vt-16.png"
11 },
12 "description": "Built-in terminal for crosh.", 8 "description": "Built-in terminal for crosh.",
13 "offline_enabled": true, 9 "offline_enabled": true,
10 "incognito": "split",
14 "permissions": [ 11 "permissions": [
15 "unlimitedStorage", 12 "unlimitedStorage",
16 "terminalPrivate" 13 "terminalPrivate"
17 ] 14 ]
18 } 15 }
OLDNEW
« 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