generated from IqbalLx/chrome-extension-boilerplate-react-vite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
92 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
export function PrivacyPolicy() { | ||
return ( | ||
<div className="min-h-screen bg-gray-100 flex flex-col items-center justify-center px-4"> | ||
<h1 className="text-4xl font-extrabold mb-6">Privacy Policy</h1> | ||
<div className="max-w-3xl text-lg text-gray-600"> | ||
<p className="mb-4"> | ||
At Honest, we are committed to protecting your privacy. This browser extension does not collect any personal | ||
data. The only information we process is the URL link where the extension is activated, solely for the purpose | ||
of providing you with relevant coupon codes. | ||
</p> | ||
<p className="mb-4"> | ||
We do not store, share, or sell your browsing data. Honest operates with full transparency and respects user | ||
privacy at all times. | ||
</p> | ||
<p>For any questions or concerns regarding our privacy policy, please contact us via our GitHub repository.</p> | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ | |
}, | ||
"types": ["../../vite-env.d.ts"] | ||
}, | ||
"include": ["src"] | ||
"include": ["src", "public"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.