diff options
author | Matthew Olsson <matthewcolsson@gmail.com> | 2021-05-10 11:50:15 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-18 16:35:23 +0200 |
commit | f7ea1eb6101617e127605173deb381bee84e72e5 (patch) | |
tree | 5ce04823ae4676f53ccb198fdc09b40f592995b9 /Base | |
parent | 309105678b64839c671b6fa2450b500276692664 (diff) | |
download | serenity-f7ea1eb6101617e127605173deb381bee84e72e5.zip |
Applications: Add a very simple PDFViewer
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 1 | ||||
-rw-r--r-- | Base/res/apps/PDFViewer.af | 4 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-pdf-viewer.png | bin | 0 -> 218 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-pdf-viewer.png | bin | 0 -> 257 bytes |
4 files changed, 5 insertions, 0 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 87acdb03ac..afa150f254 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -16,6 +16,7 @@ txt=/bin/TextEditor font=/bin/FontEditor sheets=/bin/Spreadsheet gml=/bin/Playground +pdf=/bin/PDFViewer *=/bin/TextEditor [Protocol] diff --git a/Base/res/apps/PDFViewer.af b/Base/res/apps/PDFViewer.af new file mode 100644 index 0000000000..03e79885a3 --- /dev/null +++ b/Base/res/apps/PDFViewer.af @@ -0,0 +1,4 @@ +[App] +Name=PDFViewer +Executable=/bin/PDFViewer +Category=Graphics diff --git a/Base/res/icons/16x16/app-pdf-viewer.png b/Base/res/icons/16x16/app-pdf-viewer.png Binary files differnew file mode 100644 index 0000000000..830412e82c --- /dev/null +++ b/Base/res/icons/16x16/app-pdf-viewer.png diff --git a/Base/res/icons/32x32/app-pdf-viewer.png b/Base/res/icons/32x32/app-pdf-viewer.png Binary files differnew file mode 100644 index 0000000000..adaca4f2f2 --- /dev/null +++ b/Base/res/icons/32x32/app-pdf-viewer.png |