manifest.json 796 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "Share With Me",
  3. "short_name": "Share With Me",
  4. "icons": [{
  5. "src": "images/touch/icon-128x128.png",
  6. "sizes": "128x128",
  7. "type": "image/png"
  8. }, {
  9. "src": "images/touch/apple-touch-icon.png",
  10. "sizes": "152x152",
  11. "type": "image/png"
  12. }, {
  13. "src": "images/touch/ms-touch-icon-144x144-precomposed.png",
  14. "sizes": "144x144",
  15. "type": "image/png"
  16. }, {
  17. "src": "images/touch/chrome-touch-icon-192x192.png",
  18. "sizes": "192x192",
  19. "type": "image/png"
  20. },{
  21. "src": "images/touch/chrome-splashscreen-icon-384x384.png",
  22. "sizes": "384x384",
  23. "type": "image/png"
  24. }],
  25. "background_color": "#3E4EB8",
  26. "display": "standalone",
  27. "theme_color": "#2E3AA1"
  28. }