Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Decouple Data from Packaged Extension

Compare
Choose a tag to compare
@nareddyt nareddyt released this 04 Apr 15:10
· 84 commits to master since this release
d213368

BREAKING CHANGE

  1. Discover data is no longer bundled with the extension
  2. New permission required to fetch the latest Discover data

Previously, the Discover Deals and Cashback Rewards data was bundled directly into the extension. That meant that everytime Discover updated the data, we had to release a new version of the extension.

Now, the data is served via the product website. The extension periodically retrieves the data from there and caches it. This allows users to receive the latest Discover data without waiting for Chrome to update the extension.