Commit 97ba8a99 authored by andycai@chromium.org's avatar andycai@chromium.org

Add more background js file and remove Google Analytics setup.

BUG=chromium:369679
TEST=Tested manually on daisy

Review URL: https://codereview.chromium.org/276023002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269624 0039d316-1c4b-4281-b951-d872f2087c98
parent 66116d4e
......@@ -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; script-src 'self' https://ssl.google-analytics.com",
"content_security_policy": "default-src 'self'; connect-src 'self' https://chromeos-registration.googleapis.com",
"permissions": [
"alarms",
"cookies",
......@@ -24,10 +24,14 @@
"web_accessible_resources": [
"broker.html",
"broker.js",
"not-eligible.html"
"not-eligible.html",
"not-eligible.js"
],
"background": {
"scripts": ["main.js"],
"scripts": [
"constants.js",
"main.js"
],
"persistent": false
},
"externally_connectable": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment