ibs-manifest.json 455 B

12345678910111213141516171819202122
  1. {
  2. "name": "iBS Member Portal - Elken",
  3. "short_name": "iBS Member Portal",
  4. "theme_color": "#071241",
  5. "background_color": "#fff",
  6. "display": "standalone",
  7. "Scope": "/",
  8. "start_url": "/",
  9. "icons": [
  10. {
  11. "src": "img/icons/pwa-192x192.png",
  12. "sizes": "192x192",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "img/icons/pwa-512x512.png",
  17. "sizes": "512x512",
  18. "type": "image/png"
  19. }
  20. ],
  21. "splash_pages": null
  22. }