Add project files.
This commit is contained in:
parent
4db0bf9298
commit
cb8dd0eb76
221 changed files with 109953 additions and 0 deletions
16
LearningChineseSimplified/wwwroot/manifest.json
Normal file
16
LearningChineseSimplified/wwwroot/manifest.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "LearningChineseSimplified",
|
||||
"short_name": "LearningChineseSimplified",
|
||||
"start_url": "./",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#03173d",
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue