site.webmanifest 862 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "Aiartools - AI Image Editor",
  3. "short_name": "Aiartools",
  4. "description": "Transform your images with the power of AI. Simple, fast, and incredibly powerful.",
  5. "start_url": "/",
  6. "display": "standalone",
  7. "background_color": "#ffffff",
  8. "theme_color": "#6366f1",
  9. "orientation": "portrait-primary",
  10. "scope": "/",
  11. "lang": "en",
  12. "dir": "ltr",
  13. "categories": ["photo", "graphics", "productivity"],
  14. "screenshots": [
  15. {
  16. "src": "/images/screenshot-mobile.png",
  17. "sizes": "320x640",
  18. "type": "image/png",
  19. "form_factor": "narrow"
  20. },
  21. {
  22. "src": "/images/screenshot-desktop.png",
  23. "sizes": "1280x720",
  24. "type": "image/png",
  25. "form_factor": "wide"
  26. }
  27. ],
  28. "icons": [
  29. {
  30. "src": "/images/favicon.ico",
  31. "sizes": "16x16 32x32 48x48",
  32. "type": "image/x-icon"
  33. }
  34. ]
  35. }