feat: add manifest.json

This commit is contained in:
sup39 2024-04-02 19:06:11 +08:00
parent dd2a962264
commit 4ce1276f1a
Signed by: sup39
GPG key ID: 111C00916C1641E5
2 changed files with 11 additions and 3 deletions

View file

@ -6,9 +6,12 @@
<meta name="author" content="sup39">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://res.sup39.dev/index.css">
<link rel="manifest" href="./manifest.json">
<style>
main {
width: fit-content;
main, footer {
max-width: 480px;
margin-left: 0;
margin: auto
}
#title {
margin-inline-end: 0em;
@ -17,7 +20,7 @@
text-align: end;
}
#ct-root span[id] {
font-size: 1.5em;
font-size: min(3em, 10vw);
color: #2ee5b8;
font-weight: bold;
}

5
manifest.json Normal file
View file

@ -0,0 +1,5 @@
{
"name": "Countdown | sup39",
"short_name": "Countdown",
"theme_color": "#2ee5b8"
}