dagger icon indicating copy to clipboard operation
dagger copied to clipboard

improve metainfo

Open SeaDve opened this issue 11 months ago • 0 comments

  • [x] Add brand color, like the following:
<branding>
  <color type="primary" scheme_preference="light">#ff00ff</color>
  <color type="primary" scheme_preference="dark">#993d3d</color>
</branding>
  • [x] Add screenshot captions, like the following:
<screenshots>
  <screenshot type="default">
    <image>https://example.org/example1.png</image>
    <caption>A caption</caption>
  </screenshot>
  <screenshot>
    <image>https://example.org/example2.png</image>
    <caption>A caption</caption>
  </screenshot>
</screenshots>
  • [ ] Use proper screenshot image tag

The link should be based on a tag or commit instead of a branch.

SeaDve avatar Mar 08 '24 01:03 SeaDve