Update manifest.json

This commit is contained in:
RobinLinus 2019-03-14 00:54:12 +01:00
parent ba80ad6425
commit b6f8d8af2e

View file

@ -39,7 +39,11 @@
"title": "title",
"text": "text",
"url": "url",
"files": "file"
"files": [
{
"name": "file",
"accept": ["*/*"]
}]
}
}
}