1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2026-02-25 20:27:47 +00:00

fix:ESR compatibility

This commit is contained in:
2026-02-25 18:45:05 +01:00
parent 20c106d5fa
commit 8a54056392

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Quick Dial",
"version": "0.1.21",
"version": "0.1.21",
"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"]
}