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

Unified 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: Remove IsExtensionEnabled check 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/common/extensions/extension_constants.h » ('j') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..e4157b8ddfb2c9adb9d1a90086dee36a90e95a65
--- /dev/null
+++ b/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
@@ -0,0 +1,18 @@
+{
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCNxhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLOhJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
+ "name": "crosh_builtin",
+ "version": "0.7.6",
+ "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,
+ "permissions": [
+ "unlimitedStorage",
+ "terminalPrivate"
+ ]
+}
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698