add Progressive Web App
This commit is contained in:
committed by
Pete Matsyburka
parent
eb53af12c4
commit
fa74ee1755
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "<%= Docuseal.product_name %>",
|
||||
"short_name": "<%= Docuseal.product_name %>",
|
||||
"id": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/logo.svg",
|
||||
"type": "image/svg+xml",
|
||||
"sizes": "any"
|
||||
},
|
||||
{
|
||||
"src": "/apple-touch-icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"orientation": "natural",
|
||||
"description": "<%= Docuseal.product_name %> is an open source platform that provides secure and efficient digital document signing and processing.",
|
||||
"categories": ["productivity", "utilities"],
|
||||
"theme_color": "#FAF7F4",
|
||||
"background_color": "#FAF7F4"
|
||||
}
|
||||
Reference in New Issue
Block a user