diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..6359e00 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..728fe1a Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..cf1b088 Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b33397c --- /dev/null +++ b/favicon.svg @@ -0,0 +1,3 @@ +75-Write \ No newline at end of file diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..d705003 --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ +75-Write \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0f92904 --- /dev/null +++ b/manifest.json @@ -0,0 +1,26 @@ +{ + "name": "CleanType", + "short_name": "CleanType", + "description": "Modern writing, minimalist thinking", + "icons": [ + { + "src": "/favicon-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "start_url": "/", + "theme_color": "#0f172a", + "background_color": "#0f172a", + "display": "standalone" +} \ No newline at end of file diff --git a/og-image.png b/og-image.png new file mode 100644 index 0000000..38fdc83 Binary files /dev/null and b/og-image.png differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 6e7f48f..0000000 --- a/public/index.html +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - CleanType - Modern Text Editor - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - - - - - - -
- -
-
-

CleanType

-

A modern, distraction-free text editor for focused writing

- -
- ⚠️ Windows SmartScreen Notice: Since this is a new application pending certification, - Windows SmartScreen might show a warning. This is normal for new software. To proceed: -
1. Click "More info" -
2. Select "Run anyway" -
We're working on obtaining a code signing certificate to remove this warning. -
- -
- -
-
-

🎯 Distraction-Free

-

Clean interface designed for focused writing sessions without unnecessary clutter.

-
-
-

⚡ Fast & Efficient

-

Built with Rust and Tauri for lightning-fast performance and minimal resource usage.

-
-
-

🎨 Customizable

-

Choose from various fonts, themes, and layouts to match your writing style.

-
-
- - -
- - - - diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..022c80a Binary files /dev/null and b/web-app-manifest-192x192.png differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png new file mode 100644 index 0000000..98acac3 Binary files /dev/null and b/web-app-manifest-512x512.png differ