-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
13 lines (13 loc) · 826 Bytes
/
Copy pathindex.html
File metadata and controls
13 lines (13 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy - QR Code Generator</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>This extension does not collect, store, or transmit any user data for tracking, analytics, or any other purpose.</p>
<p>The extension reads the URL of the webpage you are currently viewing solely to generate a QR code. When you click the extension icon, the URL is sent to the QR Server API (api.qrserver.com) to generate a scannable QR code image. This is necessary for the extension's core functionality.</p>
<p>The QR Server API is a third-party service. For information on how they handle data, please review their privacy policy.</p>
<p>No URLs, browsing history, or personal information is stored locally or by this extension beyond the current session.</p>
</body>
</html>