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

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: minor comments resolved Created 9 years, 11 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/profiles/profile_impl.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..368171e576085cad57281390c4362acc52d17f9c
--- /dev/null
+++ b/chrome/browser/resources/help_app/manifest.json
@@ -0,0 +1,22 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQvOqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/ukNOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB",
+ "name": "Help",
+ "version": "1.5",
+ "icons": {"16": "images/Help_16.png",
+ "24": "images/Help_24.png",
+ "48": "images/Help_48.png",
+ "128": "images/Help_128.png" },
+ "description": "Chrome OS Help",
+ "default_locale": "en",
+ "incognito": "split",
+ "permissions": [
+ "tabs",
+ "http://www.google.com/support/chromeos/*/*",
+ "https://www.google.com/support/chromeos/*/*"
+ ],
+ "browser_action": {
+ "default_icon": "images/question_16b.png",
+ "default_title": "Help Center",
+ "default_popup": "popup.html"
+ }
+}
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698