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

Unified Diff: chrome/browser/resources/chromeos/echo/manifest.json

Issue 278433005: Add more background js file and edit access to Google Analytics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolved conflict Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/echo/manifest.json
diff --git a/chrome/browser/resources/chromeos/echo/manifest.json b/chrome/browser/resources/chromeos/echo/manifest.json
index 8ed2c99abaaf7dc90a96d7d1cb5e68dce6db4842..4a325695aca3da7c2b971c1d1e53f279a64add12 100644
--- a/chrome/browser/resources/chromeos/echo/manifest.json
+++ b/chrome/browser/resources/chromeos/echo/manifest.json
@@ -5,7 +5,7 @@
"version": "1.0.0",
"description": "Chrome Goodies",
"manifest_version": 2,
- "content_security_policy": "default-src 'self'; connect-src 'self' https://chromeos-registration.googleapis.com",
+ "content_security_policy": "default-src 'self'; connect-src 'self' https://chromeos-registration.googleapis.com https://www.google-analytics.com",
"permissions": [
"alarms",
"cookies",
@@ -13,6 +13,7 @@
"echoPrivate",
"metricsPrivate",
"notifications",
+ "storage",
"https://*/*"
],
"icons": {
@@ -30,6 +31,8 @@
"background": {
"scripts": [
"constants.js",
+ "lib/google-analytics-bundle.js",
+ "analytics.js",
"main.js"
],
"persistent": false
« 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