diff --git a/src/components/tools/ClipboardSniffer.vue b/src/components/tools/ClipboardSniffer.vue index 20eee50..932e2ac 100644 --- a/src/components/tools/ClipboardSniffer.vue +++ b/src/components/tools/ClipboardSniffer.vue @@ -224,7 +224,6 @@ onUnmounted(() => { v-model="clipboardContent" class="tool-textarea" placeholder="Clipboard content will appear here line by line..." - readonly > diff --git a/src/views/PrivacyPolicy.vue b/src/views/PrivacyPolicy.vue index 816bba5..e9a8cd4 100644 --- a/src/views/PrivacyPolicy.vue +++ b/src/views/PrivacyPolicy.vue @@ -25,13 +25,13 @@ import { ArrowLeft } from 'lucide-vue-next'

2. Data Collection and Usage

- The Tools App Extension is designed with privacy as a priority. + The Tools App Extension is designed with privacy as a priority. We do not collect, store, or transmit any of your personal data to external servers.

- +

Clipboard Data

- The extension requires the clipboardRead permission to function. + The extension requires the clipboardRead permission to function. It reads text from your clipboard only when you explicitly enable the "Clipboard Sniffer" tool in the Tools App web interface.