1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2026-02-26 04:27:48 +00:00

2 Commits

Author SHA1 Message Date
5a8e8bb745 Version 0.1.22 2026-02-25 18:45:42 +01:00
8a54056392 fix:ESR compatibility 2026-02-25 18:45:05 +01:00

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Quick Dial",
"version": "0.1.21",
"version": "0.1.22",
"author": "MatMoul",
"homepage_url": "https://github.com/MatMoul/quickdial-webext",
"developer": {
@@ -43,7 +43,7 @@
"browser_specific_settings": {
"gecko": {
"id": "quickdial@matmoul.com",
"strict_min_version": "142.0",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": ["none"]
}