manifest.json 191 B

12345678
  1. {
  2. "short_name": "SimpleWebRTC Demo Talky",
  3. "name": "SimpleWebRTC Demo Talky",
  4. "start_url": ".",
  5. "display": "standalone",
  6. "theme_color": "#000000",
  7. "background_color": "#ffffff"
  8. }