manifest.json 221 B

12345678910111213
  1. {
  2. "short_name": "Editor",
  3. "name": "Three.js Editor",
  4. "icons": [
  5. {
  6. "src": "./images/icon.png",
  7. "type": "image/png",
  8. "sizes": "144x144"
  9. }
  10. ],
  11. "start_url": ".",
  12. "display": "standalone"
  13. }