This commit is contained in:
2026-03-29 00:03:04 +09:00
commit d8cce8499f
62 changed files with 27628 additions and 0 deletions

47
public/site.webmanifest Normal file
View File

@@ -0,0 +1,47 @@
{
"name": "nercone.dev",
"description": "作りたいものを作り、やりたくないことからは逃げる学生",
"start_url": "https://nercone.dev/",
"display": "standalone",
"theme_color": "#A9A9A9",
"background_color": "#202020",
"icons": [
{
"src": "/assets/images/favicon_cat.png",
"type": "image/png",
"sizes": "1200x1200"
},
{
"src": "/assets/images/favicon_cat.svg",
"type": "image/svg+xml",
"sizes": "1200x1200"
}
],
"shortcuts": [
{
"name": "About Nercone",
"short_name": "About",
"url": "/about"
},
{
"name": "Links",
"url": "/links"
},
{
"name": "Projects",
"url": "/projects"
},
{
"name": "Public Keys",
"url": "/public-key"
},
{
"name": "Daily Quote",
"url": "/daily-quote"
},
{
"name": "Access Counter",
"url": "/access-counter"
}
]
}