Skip to content

Instantly share code, notes, and snippets.

@thinkgin
thinkgin / privacy-policy.html
Created May 2, 2026 11:42
JSON Formatter Chrome Extension - Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JSON Formatter - Privacy Policy</title>
<style>
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;max-width:720px;margin:40px auto;padding:0 20px;color:#333;line-height:1.7}
h1{color:#1e66f5;border-bottom:2px solid #1e66f5;padding-bottom:8px}
h2{color:#444;margin-top:28px}