podman-desktop/product.json
Sonia Sandler 8227f59c2a
chore: hide GitHub feedback forms if there are no GitHub feedback links (#17062)
* chore: hide GitHub feedback forms if there are no GitHub feedback links
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: check for GitHub bug or feature links
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: fix AI suggestions and add test
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: add feedbackLinks in product.json
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: fix tests
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: apply reviews
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: apply reviews
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: fix tests
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: fix tests
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: apply comments
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2026-04-19 23:05:34 -04:00

167 lines
5.2 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": ""
},
"documentation": {
"links": [
{ "link": "https://podman-desktop.io/docs.json", "category": "Documentation" },
{ "link": "https://podman-desktop.io/tutorials.json", "category": "Tutorial" }
],
"fallback": [
{
"id": "docs-intro",
"name": "Introduction & Getting Started",
"description": "Learn the basics of Podman Desktop",
"url": "https://podman-desktop.io/docs/intro",
"category": "Documentation"
},
{
"id": "tutorial-index",
"name": "Tutorials & Guides",
"description": "Step-by-step tutorials for common tasks",
"url": "https://podman-desktop.io/tutorial",
"category": "Tutorial"
},
{
"id": "docs-containers",
"name": "Containers Documentation",
"description": "Working with containers, images, and pods",
"url": "https://podman-desktop.io/docs/containers",
"category": "Documentation"
},
{
"id": "docs-kubernetes",
"name": "Kubernetes Documentation",
"description": "Deploy and manage Kubernetes applications",
"url": "https://podman-desktop.io/docs/kubernetes",
"category": "Documentation"
},
{
"id": "docs-extensions",
"name": "Extensions Development",
"description": "Create and develop extensions",
"url": "https://podman-desktop.io/docs/extensions/developing",
"category": "Documentation"
},
{
"id": "docs-troubleshooting",
"name": "Troubleshooting Guide",
"description": "Solve common issues and problems",
"url": "https://podman-desktop.io/docs/troubleshooting",
"category": "Documentation"
}
]
},
"commandPalette": {
"searchOptions": [
{
"category": "ALL",
"text": "All",
"placeholder": "Search Podman Desktop, or type > for commands"
},
{
"category": "COMMANDS",
"text": "Commands",
"placeholder": "Search and execute commands"
},
{
"category": "DOCUMENTATION",
"text": "Documentation",
"placeholder": "Search documentation and tutorials"
},
{
"category": "GOTO",
"text": "Go to",
"placeholder": "Search images, containers, pods, and other resources"
}
]
},
"GitHubFeedbackLinks": {
"bug": "https://github.com/podman-desktop/podman-desktop/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug",
"feature": "https://github.com/podman-desktop/podman-desktop/issues?q=is%3Aissue%20state%3Aopen%20type%3AFeature",
"issues": "https://github.com/podman-desktop/podman-desktop/issues"
},
"feedbackLinks": {}
}