You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.json 299B

123456789101112131415
  1. {
  2. "short_name": "CoreUI-React",
  3. "name": "CoreUI-React sample",
  4. "icons": [
  5. {
  6. "src": "./assets/img/favicon.png",
  7. "sizes": "100x100",
  8. "type": "image/png"
  9. }
  10. ],
  11. "start_url": ".",
  12. "display": "standalone",
  13. "theme_color": "#000000",
  14. "background_color": "#ffffff"
  15. }