cryptpad/www/manifest.webmanifest
ansuz 961e8afe09 continued WIP serviceworker prototype
* more advanced caching logic
* include home page and code editor in sw scope
* properly support loading while offline
2020-10-28 13:51:50 +05:30

12 lines
317 B
JSON

{
"short_name": "CryptPad",
"name": "CryptPad: the encrypted collaboration suite",
"description": "the encrypted collaboration suite",
"icons": [],
"background_color": "#ff0073",
"display": "browser",
"start_url": "/",
"scope": "/",
"theme_color": "#ff0073",
"shortcuts": []
}