Skip to content

Instantly share code, notes, and snippets.

View soohunee's full-sized avatar
🎓

Soohun soohunee

🎓
  • Seoul
View GitHub Profile
@soohunee
soohunee / privacy-policy.html
Last active February 2, 2026 10:58
DailyBits 개인정보 처리방침
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DailyBits - 개인정보 처리방침</title>
<style>
* {
margin: 0;
padding: 0;
@soohunee
soohunee / version.json
Last active February 24, 2026 11:44
DailyBits version config
{
"minVersion": "2.0.1",
"latestVersion": "2.0.1",
"updateUrl": "https://play.google.com/store/apps/details?id=com.dailybits.dailybits",
"updateUrlAndroid": "https://play.google.com/store/apps/details?id=com.dailybits.dailybits",
"updateUrlIos": "https://apps.apple.com/app/id6758715213"
}