manifest.json 177 B

12345678
  1. {
  2. "short_name": "React App",
  3. "name": "Create React App Sample",
  4. "start_url": ".",
  5. "display": "standalone",
  6. "theme_color": "#000000",
  7. "background_color": "#ffffff"
  8. }