Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

45 строки
1.3 KiB

  1. {
  2. "name": "zenit/atmos-set-1",
  3. "description": "Theme Atmos by Zenit Design",
  4. "version": "2.4.1",
  5. "type": "shopware-platform-plugin",
  6. "license": "proprietary",
  7. "authors": [
  8. {
  9. "name": "Zenit Design",
  10. "homepage": "https://zenit.design",
  11. "role": "Manufacturer"
  12. }
  13. ],
  14. "require": {
  15. "shopware/core": "^6.3",
  16. "shopware/storefront": "^6.3"
  17. },
  18. "extra": {
  19. "shopware-plugin-class": "zenit\\PlatformAtmosSet1\\zenitPlatformAtmosSet1",
  20. "plugin-icon": "src/Resources/config/plugin.png",
  21. "copyright": "(c) by Zenit Design",
  22. "label": {
  23. "de-DE": "Theme Atmos | Pro - Set 1 Diäko",
  24. "en-GB": "Theme Atmos | Pro - Set 1 Diäko"
  25. },
  26. "description": {
  27. "de-DE": "Theme Atmos | Pro - Set 1 Diäko",
  28. "en-GB": "Theme Atmos | Pro - Set 1 Diäko"
  29. },
  30. "manufacturerLink": {
  31. "de-DE": "https://store.shopware.com/zenit-design.html",
  32. "en-GB": "https://store.shopware.com/en/zenit-design.html"
  33. },
  34. "supportLink": {
  35. "de-DE": "https://help.zenit.design",
  36. "en-GB": "https://help.zenit.design"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "zenit\\PlatformAtmosSet1\\": "src/"
  42. }
  43. }
  44. }