jeromepl / highlighter

A Chrome extension to highlight text and keep it all saved
MIT License
316 stars 80 forks source link

analytics.js is missing #4

Closed omrihaim closed 5 years ago

omrihaim commented 5 years ago

Defined as a background script in the manifest and missing in repository

jeromepl commented 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