Files
website/public/site.webmanifest
2026-03-31 01:39:06 +09:00

48 lines
1.1 KiB
JSON

{
"name": "nercone.dev",
"description": "作りたいものを作り、やりたくないことからは逃げる学生",
"start_url": "https://nercone.dev/",
"display": "standalone",
"theme_color": "#1A1A1A",
"background_color": "#1A1A1A",
"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"
}
]
}