Closed omrihaim closed 5 years ago
This is intentional. That script is for google analytics and contains a private key that can't be shared.
Depending on what you want to do with this code, I would recommend either:
1) removing analytics.js
from the list of background scripts in the manifest and commenting out this line in background.js
2) getting your own google analytics key and putting the analytics tag in a file named analytics.js
This is the tutorial I used to set this up: https://developer.chrome.com/extensions/tut_analytics
Defined as a background script in the manifest and missing in repository