diff --git a/README.md b/README.md index 1cff377..e8f70d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ghostery Tracker Analytics +# Ghostery Tracker Analytics (formerly Ghostery Insights) ## Disclaimer :warning: **Tracker Analytics is no longer in development or maintenance.** :warning: @@ -28,7 +28,7 @@ It also includes: 4) **Page Latency & Size Graphs:** breaks down page elements to show what portion of a website’s overall size can be attributed to trackers in addition to other structural elements. 5) **Global Trends Tab:** displays global privacy statistics for trackers & sites from our web-profiling database, allowing for qualitative cross comparison of domains. Data includes prevalence of the tracker across the web, what kind of tracking it does, and what types of websites it is found on. -6) **Live/Freeze Mode:** allows you to “freeze” multiple dashboards at any point to capture and compare snapshots of tracker activity between pages. +6) **Live/Freeze Mode:** allows you to “freeze” multiple dashboards at any point to capture and compare snapshots of tracker activity between pages. 7) **Export Data:** captures the raw data from the Tracker Analytics dashboard and exports in `.json` format. ## Installation diff --git a/manifest.json b/manifest.json index 704d6dd..8582802 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "author": "Ghostery", "name": "Ghostery Insights Beta", "short_name": "Insights", - "version": "0.7.8", - "version_name": "0.7.8", + "version": "0.7.9", + "version_name": "0.7.9", "description": "Get powerful, real-time tracker analytics. Audit trackers from one entry point to improve user experience and website performance.", "icons": { "16": "dist/images/logo-icons/icon16.png", @@ -53,4 +53,4 @@ "dist/images/loading-panel/*", "dist/images/popup/*" ] -} \ No newline at end of file +}