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

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

Issue 5758002: Make HelpApp component extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/help_app/manifest.json
diff --git a/chrome/browser/resources/help_app/manifest.json b/chrome/browser/resources/help_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..26ed4edce157555c57a392308c41a4372680f6b2
--- /dev/null
+++ b/chrome/browser/resources/help_app/manifest.json
@@ -0,0 +1,18 @@
+{
+ "key": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
+ "name": "__MSG_extName__",
+ "version": "1.1.5",
+ "icons": {"16": "images/Help_16.png",
+ "24": "images/Help_24.png",
+ "48": "images/Help_48.png",
+ "128": "images/Help_128.png" },
+ "description": "__MSG_extDescription__",
+ "default_locale": "en",
+ "background_page": "background.html",
+ "incognito": "split",
+ "permissions": [
+ "tabs",
+ "http://www.google.com/support/chromeos/*/*",
+ "https://www.google.com/support/chromeos/*/*"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698