Compare commits

..

3 Commits

Author SHA1 Message Date
Abhijith Vijayan
d3cd8c77e4 Merge pull request #144 from abhijithvijayan/master
Some checks failed
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Use `browsingActivity` as a required `data_collection_permissions`
2026-02-03 22:43:02 +05:30
abhijithvijayan
3ba64a4892 v4.4.2 2026-02-03 22:41:50 +05:30
abhijithvijayan
90056d24a9 fix: use websiteActivity as we are tracking the current page url 2026-02-03 22:41:32 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "kutt-extension",
"version": "4.4.1",
"version": "4.4.2",
"description": "Kutt.it extension for browsers.",
"license": "MIT",
"repository": "https://github.com/thedevs-network/kutt-extension.git",

View File

@@ -16,7 +16,7 @@
"id": "support@kutt.it",
"strict_min_version": "112.0",
"data_collection_permissions": {
"required": ["none"],
"required": ["websiteActivity"],
"optional": []
}
}