fix: add version field to manifest files

Chrome and Firefox manifests were missing the required version field,
causing extension loading failures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 13:15:07 +03:00
parent 7fb4cf5cb5
commit 06c966816d
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -38,5 +38,6 @@
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
},
"version": "0.62.14"
}
+2 -1
View File
@@ -44,5 +44,6 @@
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
},
"version": "0.62.14"
}