appmanifest.json 734 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "catpuzzle",
  3. "short_name": "catpuzzle",
  4. "description": "",
  5. "start_url": "index.html",
  6. "display": "fullscreen",
  7. "orientation": "portrait",
  8. "background_color": "#ffffff",
  9. "icons": [
  10. {
  11. "src": "icons/icon-16.png",
  12. "sizes": "16x16",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "icons/icon-32.png",
  17. "sizes": "32x32",
  18. "type": "image/png"
  19. },
  20. {
  21. "src": "icons/icon-64.png",
  22. "sizes": "64x64",
  23. "type": "image/png"
  24. },
  25. {
  26. "src": "icons/icon-128.png",
  27. "sizes": "128x128",
  28. "type": "image/png"
  29. },
  30. {
  31. "src": "icons/icon-256.png",
  32. "sizes": "256x256",
  33. "type": "image/png"
  34. },
  35. {
  36. "src": "icons/icon-512.png",
  37. "sizes": "512x512",
  38. "type": "image/png"
  39. }
  40. ],
  41. "screenshots": []
  42. }