manifest.json.erb 393 B

12345678910111213141516171819202122
  1. {
  2. "name": "Depot",
  3. "icons": [
  4. {
  5. "src": "/icon.png",
  6. "type": "image/png",
  7. "sizes": "512x512"
  8. },
  9. {
  10. "src": "/icon.png",
  11. "type": "image/png",
  12. "sizes": "512x512",
  13. "purpose": "maskable"
  14. }
  15. ],
  16. "start_url": "/",
  17. "display": "standalone",
  18. "scope": "/",
  19. "description": "Depot.",
  20. "theme_color": "red",
  21. "background_color": "red"
  22. }