mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:34:57 +00:00

Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces".
33 lines
645 B
INI
33 lines
645 B
INI
[FileType]
|
|
dds=/bin/ImageViewer
|
|
pbm=/bin/ImageViewer
|
|
pgm=/bin/ImageViewer
|
|
png=/bin/ImageViewer
|
|
ppm=/bin/ImageViewer
|
|
gif=/bin/ImageViewer
|
|
bmp=/bin/ImageViewer
|
|
jpg=/bin/ImageViewer
|
|
jpeg=/bin/ImageViewer
|
|
qoi=/bin/ImageViewer
|
|
html=/bin/Browser
|
|
wav=/bin/SoundPlayer
|
|
flac=/bin/SoundPlayer
|
|
m3u=/bin/SoundPlayer
|
|
m3u8=/bin/SoundPlayer
|
|
mp3=/bin/SoundPlayer
|
|
txt=/bin/TextEditor
|
|
font=/bin/FontEditor
|
|
sheets=/bin/Spreadsheet
|
|
csv=/bin/Spreadsheet
|
|
gml=/bin/GMLPlayground
|
|
pdf=/bin/PDFViewer
|
|
profile=/bin/Profiler
|
|
pp=/bin/PixelPaint
|
|
directory=/bin/FileManager
|
|
*=/bin/TextEditor
|
|
|
|
[Protocol]
|
|
gemini=/bin/Browser
|
|
http=/bin/Browser
|
|
https=/bin/Browser
|
|
help=/bin/Help
|