manifest.json 239 B

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