meooow25 / carrot

A browser extension for Codeforces rating prediction
MIT License
114 stars 4 forks source link

Add permission to fix rating store error #32

Closed meooow25 closed 3 years ago

meooow25 commented 3 years ago

Bug fix for a Chrome-only issue where prediction for an active contest is broken or uses outdated ratings.

Chrome has a local storage limit of 5MB, which the map of ~310,000 user ratings now exceeds. Adding "unlimitedStorage" permission fixes this.

As a side note, storage would not be necessary if CF API followed its own documented behavior (issue).

Fixes #31.