1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 15:10:10 -07:00

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": ["*/*"]
}]
}
}
}