Mangane/app/manifest.json
Clovis 07a904d7a4
Release Goodcook raccoon (#87)
* [CH] Local timeline logo is now instance logo. Instance logo must be svg only. Remove name from Manifest.json (#64)
* [FIX] Edit chat check (#65)
* [CH] Better UX for polls (#66)
* [FIX] Translate config panel, bookmark,muted words, import data pages in French (#67)
* [FIX] use actualStatus hidden state boosted status with CW are now working correctly (#76)
* [CH] Move custom enlistment directly in the pre-existing onboarding  (#73)
* [CH] Rework the profile directory (#77)
* [ADD][FIX] Add a detailed home description, Show admins and moderators on front page. Fix footer links on mangane settings page. (#83)
* [Fix] translations (#84)
* [CH] Back arrow should stick to the top of the screen (#86)
* [Fix] wrong request on admin dashboard (#85)
* [FIX] Fix translation tone
* [REM] Remove useless onboarding setting
2022-12-01 19:45:43 +01:00

21 lines
442 B
JSON

{
"icons": [
{
"src": "/favicon.png",
"type": "image/png",
"sizes": "250/250"
},
{
"src": "/favicon.ico",
"type": "image/x-icon",
"sizes": "250/250"
},
{
"src": "/favicon.svg",
"type": "image/svg+xml",
"sizes": "250/250"
}
],
"start_url": "/",
"display": "standalone"
}