mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03: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: https://github.com/SerenityOS/serenity/commit/02cc3ac21fe Pull-request: https://github.com/SerenityOS/serenity/pull/2247 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bugaevc
@ -8,5 +8,5 @@ Category=Internet
|
||||
32x32=/res/icons/32x32/app-browser.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=html,md
|
||||
FileTypes=html,htm,md
|
||||
Protocols=http,https
|
||||
|
@ -6,3 +6,6 @@ Category=Development
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-font-editor.png
|
||||
32x32=/res/icons/32x32/app-font-editor.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=font
|
||||
|
@ -6,3 +6,6 @@ Category=Internet
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-irc-client.png
|
||||
32x32=/res/icons/32x32/app-irc-client.png
|
||||
|
||||
[Launcher]
|
||||
Protocols=irc
|
||||
|
@ -6,3 +6,6 @@ Category=Graphics
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/filetype-image.png
|
||||
32x32=/res/icons/32x32/filetype-image.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=png,gif
|
||||
|
@ -6,3 +6,6 @@ Category=Sound
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/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
|
||||
|
||||
[Launcher]
|
||||
FileTypes=txt,md,html
|
||||
FileTypes=txt,md,html,htm,js,json,ini
|
||||
|
@ -6,3 +6,6 @@ Category=Development
|
||||
[Icons]
|
||||
16x16=
|
||||
32x32=/res/icons/32x32/app-visual-builder.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=frm
|
||||
|
Loading…
Reference in New Issue
Block a user