🚧 Switch to monorepo with Turbo
This commit is contained in:
22
apps/website/static/manifest.json
Normal file
22
apps/website/static/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"short_name": "Houses Of",
|
||||
"name": "Houses Of the World",
|
||||
"description": "Houses Of is a project showcasing charismatic houses around the world.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/siteicon-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "/images/siteicon-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/?source=pwa",
|
||||
"background_color": "#3C0576",
|
||||
"display": "minimal-ui",
|
||||
"scope": "/",
|
||||
"theme_color": "#3C0576"
|
||||
}
|
||||
Reference in New Issue
Block a user