podman-desktop/product.json
axel7083 000861c722
feat(package: main): adding scripts/download-remote-extensions.ts (#15121)
* feat(package: main): adding scripts/download-remote-extensions.ts

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: renaming scripts to better reflect purpose

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* chore(download-remote-extensions): forcing --output argument to be abs

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix(download-remote-extensions.ts): mkdir the destination directory

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* chore(product.json): adding remoteExtensions to product.json

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* refactor(download-remote-extensions): rename mock to dummy

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: typecheck

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: apply @benoitf suggestions & increase coverage

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

---------

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2025-12-01 12:38:51 +01:00

9 lines
188 B
JSON

{
"name": "Podman Desktop",
"appId": "io.podman_desktop.PodmanDesktop",
"artifactName": "podman-desktop",
"urlProtocol": "podman-desktop",
"extensions": {
"remote": []
}
}