podman-desktop/product.json
Marcel Bertagnini 0ce30e35b5
feat: troubleshooting fa icon (#16021)
* feat: added troubleshooting icon

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>

* fix: fixed wrong aspect ration

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>

* feat: changed torubleshooting icon in trobleshooting page

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>

* chore: removed troubleshooting arrow and menu item

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>

* fix: added wrong deleted div

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>

---------

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
2026-02-03 17:22:40 +01:00

87 lines
2.6 KiB
JSON

{
"_comment": "This file is used to define product specific properties. Do not import it directly in renderer package. Only main package should import it.",
"name": "Podman Desktop",
"appId": "io.podman_desktop.PodmanDesktop",
"artifactName": "podman-desktop",
"urlProtocol": "podman-desktop",
"paths": {
"config": "containers/podman-desktop",
"managed": {
"macOS": "/Library/Application Support/io.podman_desktop.PodmanDesktop",
"windows": "%PROGRAMDATA%\\Podman Desktop",
"linux": "/usr/share/podman-desktop",
"flatpak": "/run/host/usr/share/podman-desktop"
}
},
"telemetry": {
"key": "Mhl7GXADk5M1vG6r9FXztbCqWRQY8XPy",
"acceptMessage": "Help improve Podman Desktop by allowing Red Hat to collect anonymous usage data.",
"info": {
"link": "For more information read our statement",
"url": "https://developers.redhat.com/article/tool-data-collection"
},
"privacy": {
"link": "Read our privacy statement",
"url": "https://www.redhat.com/en/about/privacy-policy"
}
},
"catalog": {
"default": "https://registry.podman-desktop.io/api/extensions.json"
},
"extensions": {
"remote": []
},
"helpMenu": {
"items": [
{
"title": "Getting Started",
"icon": "fas fa-external-link-alt",
"link": "https://www.podman-desktop.io/docs/intro"
},
{
"title": "Troubleshooting",
"icon": "fas fa-crosshairs",
"command": "troubleshooting"
},
{
"title": "Report a Bug",
"icon": "fas fa-exclamation-triangle",
"link": "https://github.com/podman-desktop/podman-desktop/issues/new/choose"
},
{
"title": "Share Your Feedback",
"icon": "far fa-comment",
"command": "feedback"
},
{
"title": "Community",
"icon": "fas fa-list-ul"
},
{
"title": "#podman-desktop",
"tooltip": "Join Discord #podman-desktop channel",
"icon": "fab fa-discord",
"link": "https://discord.com/invite/x5GzFF6QH4"
},
{
"title": "#podman-desktop",
"tooltip": "Join Slack #podman-desktop channel",
"icon": "fab fa-slack",
"link": "https://slack.k8s.io"
},
{
"title": "@podman-desktop",
"tooltip": "Follow Podman Desktop LinkedIn account",
"icon": "fab fa-linkedin",
"link": "https://www.linkedin.com/company/podman-desktop/"
}
]
},
"releaseNotes": {
"url": "",
"blog": "",
"title": "",
"image": "",
"summary": ""
}
}