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.

25 lines
544 B

4 weeks ago
  1. {
  2. "name": "PickBazar E-Commerce",
  3. "short_name": "PickBazar",
  4. "theme_color": "#ffffff",
  5. "background_color": "#004740",
  6. "display": "fullscreen",
  7. "orientation": "portrait",
  8. "scope": "/",
  9. "start_url": "/",
  10. "icons": [
  11. {
  12. "src": "icons/manifest-icon-192.png",
  13. "sizes": "192x192",
  14. "type": "image/png",
  15. "purpose": "maskable any"
  16. },
  17. {
  18. "src": "icons/manifest-icon-512.png",
  19. "sizes": "512x512",
  20. "type": "image/png",
  21. "purpose": "maskable any"
  22. }
  23. ],
  24. "splash_pages": null
  25. }