feat(web): remove web-server and change web to a static website deployment (#1360)
* feat(web): add deploying static app * fix(web): linter ignore patterns * fix(web): cloudfront invalidation and favicons placement * feat(web-server): remove web-server package in favour of web * fix(web): remove linter parallel jobs due to oom issue * fix(mobile): eslintignore paths * fix(web): copy of components * fix(web): include building components in building all process * fix(web): copying of components
This commit is contained in:
39
packages/web/src/manifest.webmanifest
Normal file
39
packages/web/src/manifest.webmanifest
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"app": {
|
||||
"launch": {
|
||||
"urls": [
|
||||
"https://app.standardnotes.com/"
|
||||
],
|
||||
"web_url": "https://app.standardnotes.com",
|
||||
"container": "tab"
|
||||
}
|
||||
},
|
||||
"offline_enabled": true,
|
||||
"permissions": [],
|
||||
"requirements": {
|
||||
"3D": {
|
||||
"features": []
|
||||
}
|
||||
},
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "any maskable",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"name": "Standard Notes",
|
||||
"description": "A Simple And Private Notes App",
|
||||
"version": "1.0",
|
||||
"manifest_version": 2,
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"start_url": ".."
|
||||
}
|
||||
Reference in New Issue
Block a user