mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Fix typo
This commit is contained in:
parent
086cf7cadc
commit
be26cd248c
35 changed files with 825 additions and 849 deletions
16
assets/manifest.json
Normal file
16
assets/manifest.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "RainLoop Webmail",
|
||||
"short_name": "RainLoop",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"display": "standalone",
|
||||
"icons": [{
|
||||
"src": "apple-touch-icon.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "android-icon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}],
|
||||
"start_url": "../../../../"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue