Last active
August 25, 2025 18:30
-
-
Save retspen/a3834293f1d6f620d8dcb3d15bbbd269 to your computer and use it in GitHub Desktop.
PWA desktop file example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=ChatGPT | |
| Exec=chromium --new-window --app="https://chatgpt.com" --name="ChatGPT" --class="ChatGPT" --window-size=1200,800 --window-position=640,320 | |
| Terminal=false | |
| Type=Application | |
| Icon=/home/user/.icons/chatgpt.png | |
| StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment