manifest.json 415 B

1234567891011121314151617181920212223
  1. {
  2. "name": "JSON Visio",
  3. "short_name": "JSON Visio",
  4. "theme_color": "#36393e",
  5. "background_color": "#36393e",
  6. "display": "standalone",
  7. "orientation": "landscape",
  8. "scope": "/",
  9. "start_url": "/editor",
  10. "icons": [
  11. {
  12. "src": "/192.png",
  13. "sizes": "192x192",
  14. "type": "image/png"
  15. },
  16. {
  17. "src": "/512.png",
  18. "sizes": "512x512",
  19. "type": "image/png"
  20. }
  21. ]
  22. }