site.webmanifest 253 B

1234567891011121314
  1. {
  2. "short_name": "Ricochet.js",
  3. "name": "Ricochet.js admin",
  4. "icons": [
  5. {
  6. "src": "icon.png",
  7. "type": "image/png",
  8. "sizes": "192x192"
  9. }
  10. ],
  11. "start_url": "/",
  12. "background_color": "#fafafa",
  13. "theme_color": "#fafafa"
  14. }