tachchen
This commit is contained in:
parent
4ccc6c7e9d
commit
e6d1a22c1f
18 changed files with 2859 additions and 0 deletions
20
manifest.json
Normal file
20
manifest.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "My Web App",
|
||||
"short_name": "WebApp",
|
||||
"description": "A web app for my awesome website.",
|
||||
"start_url": "/?source=pwa",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "ghostwhite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https://data.lukasrosier.com/appsmall.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://data.lukasrosier.com/app.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue