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

Side by Side Diff: chrome/browser/resources/help_app/manifest.json

Issue 13994005: Modify helpapp manifest for GS app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQv OqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/uk NOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQv OqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/uk NOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB",
3 "name": "Help", 3 "name": "Help",
4 "version": "3.1", 4 "version": "3.1",
5 "description": "Chrome OS Help", 5 "description": "Chrome OS Help",
6 "default_locale": "en", 6 "default_locale": "en",
7 "incognito": "split", 7 "incognito": "split",
8 "permissions": [ 8 "permissions": [
9 "tabs", 9 "tabs",
10 "https://support.google.com/chromeos/*/*", 10 "https://support.google.com/chromeos/*/*",
11 "https://gweb-gettingstartedguide.appspot.com/*", 11 "https://gweb-gettingstartedguide.appspot.com/*",
12 "chromeosInfoPrivate" 12 "chromeosInfoPrivate"
13 ], 13 ],
14 "content_scripts": [ 14 "content_scripts": [
15 { 15 {
16 "matches": ["http://support.google.com/chromeos/*", "https://support.googl e.com/chromeos/*"], 16 "matches": ["http://support.google.com/chromeos/*", "https://support.googl e.com/chromeos/*"],
17 "js": ["javascript/contentscript.js"], 17 "js": ["javascript/contentscript.js"],
18 "run_at": "document_end", 18 "run_at": "document_end",
19 "all_frames": true 19 "all_frames": true
20 } 20 }
21 ], 21 ],
22 "background": { 22 "background": {
23 "persistent": false, 23 "persistent": false,
24 "scripts": ["javascript/gsg/background.js"] 24 "scripts": ["javascript/gsg/background.js"]
25 }, 25 },
26 "manifest_version": 2, 26 "manifest_version": 2,
27 "content_security_policy": "default-src 'self'; script-src 'self' https://ssl. google-analytics.com; object-src 'none'; img-src 'self' http://www.google-analyt ics.com; frame-src https://support.google.com https://gweb-gettingstartedguide.a ppspot.com https://gsg-qa.appspot.com; connect-src https://support.google.com ht tps://gweb-gettingstartedguide.appspot.com; style-src 'self' 'unsafe-inline'" 27 "content_security_policy": "default-src 'self'; script-src 'self' https://ssl. google-analytics.com; object-src 'none'; img-src 'self' http://www.google-analyt ics.com; frame-src https://support.google.com https://gweb-gettingstartedguide.a ppspot.com https://gsg-qa.appspot.com; connect-src https://support.google.com ht tps://gweb-gettingstartedguide.appspot.com https://gsg-qa.appspot.com; style-src 'self' 'unsafe-inline'"
28 } 28 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698