Browse Source

add "packaging_format" key to manifest.json

Following the decision taken during last meeting.

See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
pull/1/head
Laurent Peuch 10 years ago
parent
commit
8736047522
  1. 1
      manifest.json

1
manifest.json

@ -1,6 +1,7 @@
{ {
"name": "Custom Webapp", "name": "Custom Webapp",
"id": "my_webapp", "id": "my_webapp",
"packaging_format": 1,
"description": { "description": {
"en": "Empty App with a file access to the web directory", "en": "Empty App with a file access to the web directory",
"fr": "Répertoire Web vide avec un accès fichier" "fr": "Répertoire Web vide avec un accès fichier"

Loading…
Cancel
Save