Newer
Older
WebShareDemo / manifest.json
root on 25 May 2022 790 bytes initial comit
  1. {
  2. "short_name": "Share Image",
  3. "name": "Upload Image",
  4. "share_target": {
  5. "action": "share.php",
  6. "method":"POST",
  7. "enctype": "multipart/form-data",
  8. "params": {
  9. "title": "title",
  10. "text": "text",
  11. "url": "url",
  12. "files": [
  13. {
  14. "name": "image",
  15. "accept": "image/*"
  16. }
  17. ]
  18.  
  19. }
  20. },
  21. "description": "Upload Image",
  22. "icons": [
  23. {
  24. "src": "https://demo.com/ws3/face_share-192.png",
  25. "sizes": "192x192",
  26. "type": "image/png"
  27. },
  28. {
  29. "src": "https://demo.com/ws3/face_share-512.png",
  30. "sizes": "512x512",
  31. "type": "image/png"
  32. }
  33. ],
  34. "start_url": "index.html",
  35. "background_color": "#c6f2f7",
  36. "display": "standalone",
  37. "scope": "/ws3/",
  38. "theme_color": "#14168c"
  39. }
Buy Me A Coffee