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

Side by Side Diff: chrome/browser/resources/chromeos/crosh_builtin/manifest.json

Issue 2788863005: crosh_builtin: update name to be more friendly (Closed)
Patch Set: Created 3 years, 8 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
« 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": "Chrome OS developer shell",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "content_security_policy": "script-src 'self' blob: filesystem:; object-src 's elf' blob: filesystem:", 5 "content_security_policy": "script-src 'self' blob: filesystem:; object-src 's elf' blob: filesystem:",
6 "version": "0.8.22", 6 "version": "0.8.36",
7 "default_locale": "en", 7 "default_locale": "en",
8 "description": "Built-in terminal for crosh.", 8 "description": "Built-in terminal for crosh.",
9 "offline_enabled": true, 9 "offline_enabled": true,
10 "incognito": "split", 10 "incognito": "split",
11 "permissions": [ 11 "permissions": [
12 "clipboardRead", 12 "clipboardRead",
13 "clipboardWrite", 13 "clipboardWrite",
14 "unlimitedStorage", 14 "unlimitedStorage",
15 "storage", 15 "storage",
16 "terminalPrivate" 16 "terminalPrivate"
17 ] 17 ]
18 } 18 }
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