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

Side by Side 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: comments resolved 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQv OqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/uk NOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB",
3 "name": "__MSG_extName__",
Aaron Boodman 2010/12/13 16:29:43 Is the help app localized? (does it has a _locales
Dmitry Polukhin 2010/12/13 19:52:38 Yes, you can see sources here https://chromereview
4 "version": "1.1.5",
5 "icons": {"16": "images/Help_16.png",
6 "24": "images/Help_24.png",
7 "48": "images/Help_48.png",
8 "128": "images/Help_128.png" },
9 "description": "__MSG_extDescription__",
10 "default_locale": "en",
11 "background_page": "background.html",
12 "incognito": "split",
13 "permissions": [
14 "tabs",
15 "http://www.google.com/support/chromeos/*/*",
16 "https://www.google.com/support/chromeos/*/*"
17 ]
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698