Skip to content

GitHub RichCard v0.2.3

Choose a tag to compare

@xinbenlv xinbenlv released this 03 May 22:44
· 4 commits to main since this release

GitHub RichCard v0.2.3

Commit: 7deaff

Install (Chrome / Brave / Arc / Vivaldi / Edge — one-liner)

bash <(curl -fsSL https://raw.githubusercontent.com/xinbenlv/github-richcard/main/scripts/install.sh)

Or manually: download …-chrome.zip from Assets, unzip, and load unpacked in chrome://extensions.

Firefox

Download …-firefox.zip from Assets, or install from addons.mozilla.org once the listing is approved.

Changes

Fixed

  • AMO submission rejected v0.2.2 with data_collection_permissions property is missing.
    Added browser_specific_settings.gecko.data_collection_permissions.required = ["none"]
    to declare we collect no user data (matches docs/privacy-policy.md).