Skip to content

add the initial 416 packages#270

Merged
Martí Climent (marticliment) merged 1 commit intoDevolutions:screenshots-and-iconsfrom
Satanarious:main
Oct 15, 2022
Merged

add the initial 416 packages#270
Martí Climent (marticliment) merged 1 commit intoDevolutions:screenshots-and-iconsfrom
Satanarious:main

Conversation

@Satanarious
Copy link
Copy Markdown
Contributor

@Satanarious Satyam Singh Niranjan (Satanarious) commented Oct 15, 2022

We have already discussed the format but I'll still post it.

{
"package_count": {
    "winget": total_number_of_winget_packages,
    "scoop": total_number_of_scoop_packages,
    "total": total_number_of_packages_altogether(including all package managers),
    "done": currently_done_number_of_packages
  },
"winget": 
      "package1.id":{
              "icon":"icon image linkl(mostly transparent background png icons)",
              "images": [
                       "image link 1",
                       "image link 2",
                       ]
          },
      "package2.id":{
              "icon":"icon image linkl(mostly transparent background png icons)",
              "images": [
                       "image link 1",
                       "image link 2",
                       ]
          }
"scoop": 
      "package1.id":{
              "icon":"icon image linkl(mostly transparent background png icons)",
              "images": [
                       "image link 1",
                       "image link 2",
                       ]
          }
}
  • If a package does not have icons then it has an empty string as value.
  • If a package does not have images then it has an empty list/array as value.

Something like this:

"package.id": {
      "icon": "",
      "images": []
    },

Also, if you use VScode, then I recommend the following extensions:

  • Image Preview by Kiss Tamas
  • JSON by ZeinChen

@marticliment
Copy link
Copy Markdown
Collaborator

Thanks!

@marticliment Martí Climent (marticliment) merged commit dce3306 into Devolutions:screenshots-and-icons Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants