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

Unified Diff: chrome/browser/resources/file_manager/manifest.json

Issue 6588053: Initial landing of file_manager component extension (not yet enabled) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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
Index: chrome/browser/resources/file_manager/manifest.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3bd7924443f0dff49c57ac910013888b79c1cbd
--- /dev/null
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -0,0 +1,13 @@
+{
+ // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/
+ "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM35ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEBh02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==",
+ "name": "File Manager",
+ "version": "0.1",
+ "description": "File Manager",
+ "incognito" : "split",
+ "icons": {
+ "16": "images/icon16.png"
+ },
+ "permissions": [
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698