mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Base: Add file type & protocol definitions for known handlers.
This matches the existing user configuration in /home/anon/LaunchServer.ini
This commit is contained in:
parent
3c5f75ed53
commit
02cc3ac21f
Notes:
sideshowbarker
2024-07-19 06:31:58 +09:00
Author: https://github.com/niax
Commit: 02cc3ac21f
Pull-request: https://github.com/SerenityOS/serenity/pull/2247
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
7 changed files with 17 additions and 2 deletions
|
@ -8,5 +8,5 @@ Category=Internet
|
||||||
32x32=/res/icons/32x32/app-browser.png
|
32x32=/res/icons/32x32/app-browser.png
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=html,md
|
FileTypes=html,htm,md
|
||||||
Protocols=http,https
|
Protocols=http,https
|
||||||
|
|
|
@ -6,3 +6,6 @@ Category=Development
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=/res/icons/16x16/app-font-editor.png
|
16x16=/res/icons/16x16/app-font-editor.png
|
||||||
32x32=/res/icons/32x32/app-font-editor.png
|
32x32=/res/icons/32x32/app-font-editor.png
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
FileTypes=font
|
||||||
|
|
|
@ -6,3 +6,6 @@ Category=Internet
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=/res/icons/16x16/app-irc-client.png
|
16x16=/res/icons/16x16/app-irc-client.png
|
||||||
32x32=/res/icons/32x32/app-irc-client.png
|
32x32=/res/icons/32x32/app-irc-client.png
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
Protocols=irc
|
||||||
|
|
|
@ -6,3 +6,6 @@ Category=Graphics
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=/res/icons/16x16/filetype-image.png
|
16x16=/res/icons/16x16/filetype-image.png
|
||||||
32x32=/res/icons/32x32/filetype-image.png
|
32x32=/res/icons/32x32/filetype-image.png
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
FileTypes=png,gif
|
||||||
|
|
|
@ -6,3 +6,6 @@ Category=Sound
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=/res/icons/16x16/app-sound-player.png
|
16x16=/res/icons/16x16/app-sound-player.png
|
||||||
32x32=/res/icons/32x32/app-sound-player.png
|
32x32=/res/icons/32x32/app-sound-player.png
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
FileTypes=wav
|
||||||
|
|
|
@ -8,4 +8,4 @@ Category=Utilities
|
||||||
32x32=/res/icons/32x32/app-texteditor.png
|
32x32=/res/icons/32x32/app-texteditor.png
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=txt,md,html
|
FileTypes=txt,md,html,htm,js,json,ini
|
||||||
|
|
|
@ -6,3 +6,6 @@ Category=Development
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=
|
16x16=
|
||||||
32x32=/res/icons/32x32/app-visual-builder.png
|
32x32=/res/icons/32x32/app-visual-builder.png
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
FileTypes=frm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue