Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Update manifest.webapp #642

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
59 changes: 58 additions & 1 deletion app/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,62 @@
"90": "/img/icons/icon90.png",
"120": "/img/icons/icon120.png",
"128": "/img/icons/icon128.png"
}
},
"locales": {
"eo": {
"name": "Telegram",
"description": "Retaplikaĵo de Telegram.\Pliaj informoj kaj fontkodo ĉi tie: https://github.com/zhukov/webogram",
"permissions": {
"desktop-notification": {
"description": "Necesata por montri atentigojn pri novaj mesaĝoj"
},
"contacts": {
"description": "Necesata por enporti kontaktojn"
},
"push": {
"description": "Necesata por atentigoj"
},
"device-storage:music": {
"description": "Necesata por elŝuti voĉajn notojn"
},
"device-storage:pictures": {
"description": "Necesata por elŝuti fotojn"
},
"device-storage:sdcard": {
"description": "Necesata por elŝuti dokumentojn"
},
"device-storage:videos": {
"description": "Necesata por elŝuti filmetojn"
}
}
},
"it": {
"name": "Telegram",
"description": "Web app di Telegram.\nMaggiori informazioni e codice sorgente qui: https://github.com/zhukov/webogram",
"permissions": {
"desktop-notification": {
"description": "Necessario per mostrare le notifiche di nuovi messaggi"
},
"contacts": {
"description": "Necessario per importare i contatti"
},
"push": {
"description": "Necessario per ricevere notifiche push"
},
"device-storage:music": {
"description": "Necessario per scaricare le note vocali"
},
"device-storage:pictures": {
"description": "Necessario per scaricare le foto"
},
"device-storage:sdcard": {
"description": "Necessario per scaricare documenti"
},
"device-storage:videos": {
"description": "Necessario per scaricare video"
}
}
}
},
"default_locale": "en"
}