mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-05-01 11:17:58 +00:00
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:
@@ -38,5 +38,6 @@
|
||||
],
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
|
||||
}
|
||||
},
|
||||
"version": "0.62.14"
|
||||
}
|
||||
|
||||
@@ -44,5 +44,6 @@
|
||||
],
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
|
||||
}
|
||||
},
|
||||
"version": "0.62.14"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user