Browse Source

Update manifest.json

Application doesn't install if path is "/"
pull/1/head
nvallas 10 years ago
committed by GitHub
parent
commit
620d58ba2c
  1. 4
      manifest.json

4
manifest.json

@ -26,8 +26,8 @@
"en": "Choose a path for huginn"
},
"example": "/example",
"choices": ["/"],
"default": "/"
"choices": ["/huginn"],
"default": "/huginn"
},
{
"name": "admin",

Loading…
Cancel
Save