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

Unified Diff: manifest.json

Issue 8885034: Update HelpApp URLs in manifest.json (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/chrome/browser/resources/help_app/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifest.json
===================================================================
--- manifest.json (revision 113792)
+++ manifest.json (working copy)
@@ -1,7 +1,7 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQvOqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/ukNOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB",
"name": "Help",
- "version": "2.5",
+ "version": "2.5.1",
"icons": {"16": "images/Help_16.png",
"24": "images/Help_24.png",
"48": "images/Help_48.png",
@@ -11,16 +11,16 @@
"incognito": "split",
"permissions": [
"tabs",
- "https://www.google.com/support/chromeos/*/*",
+ "https://support.google.com/chromeos/*/*",
"chromeosInfoPrivate"
],
"content_scripts": [
{
- "matches": ["https://www.google.com/support/chromeos/*", "http://www.google.com/support/chromeos/*"],
+ "matches": ["https://support.google.com/chromeos/*", "https://support.google.com/chromeos/*"],
"js": ["javascript/contentscript.js"],
"run_at": "document_end",
"all_frames": true
}
],
- "content_security_policy": "default-src 'self' https://ssl.google-analytics.com http://www.google-analytics.com; frame-src https://www.google.com; connect-src https://www.google.com; style-src 'self' 'unsafe-inline'"
+ "content_security_policy": "default-src 'self' https://ssl.google-analytics.com http://www.google-analytics.com; frame-src https://www.google.com https://support.google.com; connect-src https://www.google.com https://support.google.com; style-src 'self' 'unsafe-inline'"
}
« 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