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

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

Issue 9826032: hterm: Load component-extension version of crosh+hterm (chromeos only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add manifest.json file Created 8 years, 9 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
OLDNEW
(Empty)
1 {
2 "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCN xhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLO hJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
3 "name": "crosh_builtin",
4 "version": "0.7.6",
5 "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.",
13 "offline_enabled": true,
14 "permissions": [
15 "unlimitedStorage",
16 "terminalPrivate"
17 ]
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698