Skip to content

Commit

Permalink
chore: upgrade minor deps (except Forge)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Aug 18, 2024
1 parent 074d1e0 commit de826e1
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 199 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ forks of this project that you may like to consider:

- [Browseratops](https://github.com/riotrah/browseratops) by
[@riotrah](https://github.com/riotrah). Browserosaurus but for **Windows**!
- [Browserino](https://github.com/AlexStrNik/Browserino) by [@alexstrnik](https://github.com/AlexStrNik). **Swift UI** port of Browserosaurus.
- [Browserino](https://github.com/AlexStrNik/Browserino) by
[@alexstrnik](https://github.com/AlexStrNik). **Swift UI** port of
Browserosaurus.

> Please PR your own fork to this list.
Expand Down
16 changes: 8 additions & 8 deletions docs/html_code.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2">
<link rel="manifest" href="/site.webmanifest?v=2">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#071c3f">
<link rel="shortcut icon" href="/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#071c3f">
<meta name="theme-color" content="#071c3f">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2" />
<link rel="manifest" href="/site.webmanifest?v=2" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#071c3f" />
<link rel="shortcut icon" href="/favicon.ico?v=2" />
<meta name="msapplication-TileColor" content="#071c3f" />
<meta name="theme-color" content="#071c3f" />
34 changes: 17 additions & 17 deletions docs/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png?v=20",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=20",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png?v=20",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=20",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Loading

0 comments on commit de826e1

Please sign in to comment.