|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <link rel="icon" id="favicon" type="image/png" href="/favicon.png" /> |
| 5 | + <link rel="icon" id="favicon" type="image/png" sizes="128x128" href="/favicon.png" /> |
| 6 | + <link rel="apple-touch-icon" href="/favicon.png" /> |
6 | 7 | <script> |
7 | 8 | (function() { |
8 | 9 | const stored = localStorage.getItem('ui-theme'); |
|
28 | 29 | })(); |
29 | 30 | </script> |
30 | 31 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
31 | | - <title>TryDevUtils - Essential Developer Utilities</title> |
32 | | - <meta name="description" content="Free open source developer utilities for JWT decoding, encoding, JSON formatting, validation, and UUID generation, Base64 converter, Timestamp/date converter, Text diff, Cron parser, Colour converter, Hash generator, Yaml validator. All processing happens locally in your browser." /> |
| 32 | + <title>TryDevUtils - Essential Developer Utilities | Web & Desktop App</title> |
| 33 | + <meta name="description" content="Free open source developer utilities for JWT decoding, encoding, JSON formatting, validation, and UUID generation, Base64 converter, Timestamp/date converter, Text diff, Cron parser, Colour converter, Hash generator, Yaml validator. Available as a web app and desktop app for macOS, Windows, and Linux. All processing happens locally — no data leaves your device." /> |
33 | 34 | <meta name="author" content="TryDevUtils" /> |
| 35 | + <meta name="keywords" content="developer tools, dev utilities, JWT decoder, JSON formatter, Base64 converter, UUID generator, hash generator, cron parser, desktop app, macOS, Windows, Linux, open source, privacy, offline" /> |
34 | 36 |
|
35 | | - <meta property="og:title" content="TryDevUtils - Essential Developer Utilities" /> |
36 | | - <meta property="og:description" content="Free open source developer utilities for JWT decoding, encoding, JSON formatting, validation, and UUID generation, Base64 converter, Timestamp/date converter, Text diff, Cron parser, Colour converter, Hash generator, Yaml validator. All processing happens locally in your browser." /> |
| 37 | + <meta property="og:title" content="TryDevUtils - Essential Developer Utilities | Web & Desktop App" /> |
| 38 | + <meta property="og:description" content="Free open source developer utilities for JWT decoding, encoding, JSON formatting, validation, and UUID generation, Base64 converter, Timestamp/date converter, Text diff, Cron parser, Colour converter, Hash generator, Yaml validator. Available as a web app and desktop app for macOS, Windows, and Linux. All processing happens locally — no data leaves your device." /> |
37 | 39 | <meta property="og:type" content="website" /> |
38 | 40 | <meta property="og:image" content="/og_trydevutils.png" /> |
39 | 41 |
|
40 | 42 | <meta name="twitter:card" content="summary_large_image" /> |
41 | | - <meta property="twitter:title" content="TryDevUtils - Essential Developer Utilities" /> |
42 | | - <meta name="twitter:description" content="Free open source developer utilities for JWT decoding, encoding, JSON formatting, validation, and UUID generation, Base64 converter, Timestamp/date converter, Text diff, Cron parser, Colour converter, Hash generator, Yaml validator. All processing happens locally in your browser." /> |
| 43 | + <meta property="twitter:title" content="TryDevUtils - Essential Developer Utilities | Web & Desktop App" /> |
| 44 | + <meta name="twitter:description" content="Free open source developer utilities for JWT decoding, encoding, JSON formatting, validation, and UUID generation, Base64 converter, Timestamp/date converter, Text diff, Cron parser, Colour converter, Hash generator, Yaml validator. Available as a web app and desktop app for macOS, Windows, and Linux. All processing happens locally — no data leaves your device." /> |
43 | 45 | <meta name="twitter:image" content="/og_trydevutils.png" /> |
44 | 46 | </head> |
45 | 47 |
|
|
0 commit comments