@stacksjs/browser-extension 0.70.142 → 0.70.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/manifest.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ export default defineExtension({
|
|
|
141
141
|
permissions: ['declarativeNetRequest', 'storage', 'tabs'],
|
|
142
142
|
hostPermissions: ['http://*/*', 'https://*/*'],
|
|
143
143
|
minimumChromeVersion: '111',
|
|
144
|
-
firefoxMinVersion: '
|
|
144
|
+
firefoxMinVersion: '142.0',
|
|
145
145
|
safariMinVersion: '18.4',
|
|
146
146
|
webAccessibleResources: [{ resources: ['stubs/*.js'], matches: ['<all_urls>'] }],
|
|
147
147
|
},
|
package/dist/manifest.js
CHANGED
|
@@ -21,7 +21,7 @@ export function generateManifest(config, opts) {
|
|
|
21
21
|
manifest.browser_specific_settings = {
|
|
22
22
|
gecko: {
|
|
23
23
|
id: config.geckoId,
|
|
24
|
-
strict_min_version: m.firefoxMinVersion ?? "
|
|
24
|
+
strict_min_version: m.firefoxMinVersion ?? "142.0",
|
|
25
25
|
data_collection_permissions: { required: ["none"] }
|
|
26
26
|
}
|
|
27
27
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/browser-extension",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.143",
|
|
5
5
|
"description": "Build MV3 browser extensions (Chrome, Firefox, Safari) the Stacks way — manifest, content/background scripts, DNR rules, packaging, Safari container app, all config-driven.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|