manifest.json 495 B

123456789101112131415161718192021222324252627
  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. "params": {
  22. "title": "name",
  23. "text": "text",
  24. "url": "url"
  25. }
  26. }
  27. }