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 @@ ...@@ -5,7 +5,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Chrome Goodies", "description": "Chrome Goodies",
"manifest_version": 2, "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": [ "permissions": [
"alarms", "alarms",
"cookies", "cookies",
...@@ -24,10 +24,14 @@ ...@@ -24,10 +24,14 @@
"web_accessible_resources": [ "web_accessible_resources": [
"broker.html", "broker.html",
"broker.js", "broker.js",
"not-eligible.html" "not-eligible.html",
"not-eligible.js"
], ],
"background": { "background": {
"scripts": ["main.js"], "scripts": [
"constants.js",
"main.js"
],
"persistent": false "persistent": false
}, },
"externally_connectable": { "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