manifest.json 820 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Snapdrop",
  3. "short_name": "Snapdrop",
  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": "#3367d6",
  26. "start_url": "index.html",
  27. "display": "standalone",
  28. "theme_color": "#3367d6"
  29. }