FrontEnd Angular - v0.0.1-alpha

This commit is contained in:
2022-09-04 04:22:18 -03:00
parent 9640501195
commit 4a0ff02e2a
116 changed files with 27771 additions and 19001 deletions

16
src/manifest.webmanifest Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "Hideyoshi Portfolio",
"short_name": "Hideyoshi",
"theme_color": "#2e2e2e",
"background_color": "#2e2e2e",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}