manifest.json 568 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "short_name": "Lament Configuration",
  3. "name": "Lament Configuration",
  4. "start_url": "/",
  5. "scope": "/",
  6. "display": "minimal-ui",
  7. "icons": [
  8. {
  9. "src": "/static/lc_192.png",
  10. "type": "image/png",
  11. "sizes": "192x192"
  12. },
  13. {
  14. "src": "/static/lc_512.png",
  15. "type": "image/png",
  16. "sizes": "512x512"
  17. }
  18. ],
  19. "share_target": {
  20. "action": "/add-link",
  21. "method": "GET",
  22. "enctype": "application/x-www-form-urlencoded",
  23. "params": {
  24. "title": "name",
  25. "text": "text",
  26. "url": "url"
  27. }
  28. }
  29. }