modify manifest
This commit is contained in:
parent
2315c09134
commit
a672a757a2
|
@ -179,9 +179,9 @@ export class ClientServerService {
|
||||||
'purpose': 'any',
|
'purpose': 'any',
|
||||||
}],
|
}],
|
||||||
'share_target': {
|
'share_target': {
|
||||||
'action': '/share/',
|
'action': '/sw/share',
|
||||||
'method': 'GET',
|
'method': 'POST',
|
||||||
'enctype': 'application/x-www-form-urlencoded',
|
'enctype': 'multipart/form-data',
|
||||||
'params': {
|
'params': {
|
||||||
'title': 'title',
|
'title': 'title',
|
||||||
'text': 'text',
|
'text': 'text',
|
||||||
|
@ -189,7 +189,7 @@ export class ClientServerService {
|
||||||
'files': [
|
'files': [
|
||||||
{
|
{
|
||||||
'name': 'file',
|
'name': 'file',
|
||||||
'accept': '*/*'
|
'accept': '*/*',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,9 +26,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"share_target": {
|
"share_target": {
|
||||||
"action": "/share/",
|
"action": "/sw/share",
|
||||||
"method": "GET",
|
"method": "POST",
|
||||||
"enctype": "application/x-www-form-urlencoded",
|
"enctype": "multipart/form-data",
|
||||||
"params": {
|
"params": {
|
||||||
"title": "title",
|
"title": "title",
|
||||||
"text": "text",
|
"text": "text",
|
||||||
|
|
Loading…
Reference in New Issue