diff --git a/packages/website/docs/.vuepress/config.ts b/packages/website/docs/.vuepress/config.ts index f5af84ea..469babf2 100644 --- a/packages/website/docs/.vuepress/config.ts +++ b/packages/website/docs/.vuepress/config.ts @@ -120,6 +120,10 @@ export default defineUserConfig({ text: 'Introduction', link: '/joplin-search-integration/', }, + { + text: 'Privacy Policy', + link: '/joplin-search-integration/privacy', + }, { text: 'Chrome Store', link: 'https://chrome.google.com/webstore/detail/joplin-search-integration/mcjkdcifkhjenpfjacnbhpdcnjknjkhj', diff --git a/packages/website/docs/joplin-search-integration/privacy.md b/packages/website/docs/joplin-search-integration/privacy.md new file mode 100644 index 00000000..d1f8e939 --- /dev/null +++ b/packages/website/docs/joplin-search-integration/privacy.md @@ -0,0 +1,17 @@ +# Privacy Policy + +Thank you for using our Chrome extension. We take your personal data and privacy very seriously and are committed to protecting your personal information. + +When you use our extension, we may collect some of your data and information, including but not limited to: + +Usage data, such as search keywords and browsing history +Device and browser information, such as operating system, browser version, and IP address +We collect this data and information for the purpose of improving the quality and performance of our extension and services, in order to better serve you. + +We promise not to share your personal data and information with third parties, except as required by law. We use strict security measures to protect your personal data and information from unauthorized access, use, or disclosure. + +If you have any privacy-related questions or concerns, please feel free to contact us, and we will do our best to answer your questions and address your concerns. + +Thank you for using our extension! + +Please note that this is just a basic framework, and you should make appropriate modifications and additions based on your extension and data processing workflow.