Update manifest.json
This commit is contained in:
parent
ba80ad6425
commit
b6f8d8af2e
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@
|
|||
"title": "title",
|
||||
"text": "text",
|
||||
"url": "url",
|
||||
"files": "file"
|
||||
"files": [
|
||||
{
|
||||
"name": "file",
|
||||
"accept": ["*/*"]
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue