diff --git a/manifest.firefox.json b/manifest.firefox.json index d6e3f4e..f5fd022 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,11 +1,11 @@ { "manifest_version": 3, "name": "Silent Send", - "version": "0.9.9", + "version": "0.9.10", "description": "Intercepts personal info and substitutes it with user-defined replacements before sending to AI services.", "browser_specific_settings": { "gecko": { - "id": "silent-send@example.com", + "id": "{300b59e8-15bc-402d-b78a-5ed335d65427}", "strict_min_version": "140.0", "data_collection_permissions": { "required": ["none"], diff --git a/manifest.json b/manifest.json index e3564b9..b930e88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Silent Send", - "version": "0.9.9", + "version": "0.9.10", "description": "Intercepts personal info and substitutes it with user-defined replacements before sending to AI services.", "permissions": [ "storage", diff --git a/package.json b/package.json index e7a4238..48d6192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silent-send", - "version": "0.9.9", + "version": "0.9.10", "private": true, "license": "MIT", "description": "Browser extension that substitutes personal data before sending to AI services", diff --git a/src/options/options.html b/src/options/options.html index 68508b9..6047a0c 100644 --- a/src/options/options.html +++ b/src/options/options.html @@ -629,7 +629,7 @@